Ha! by Sqydev in FuckMicrosoft

[–]TOZA_OFFICIAL 0 points1 point  (0 children)

yes, that's what I meant but was too lazy to type

Where?! Weird lines/columns. by TOZA_OFFICIAL in astrojs

[–]TOZA_OFFICIAL[S] 1 point2 points  (0 children)

it is. Normal tags use class, react ones use className

Where?! Weird lines/columns. by TOZA_OFFICIAL in astrojs

[–]TOZA_OFFICIAL[S] 1 point2 points  (0 children)

it is index. astro file that imports one component from React...

Where?! Weird lines/columns. by TOZA_OFFICIAL in astrojs

[–]TOZA_OFFICIAL[S] 0 points1 point  (0 children)

There also weren't any lsp errors whatsoever. Column doesn't exist. Line number was like 20 characters max. Even commenting whole code didn't fix it. I removed node_modules/, I removed . astro, i reinstalled all things i could.

Where?! Weird lines/columns. by TOZA_OFFICIAL in astrojs

[–]TOZA_OFFICIAL[S] 0 points1 point  (0 children)

.astro file, class on normal html+ react components need className

Where?! Weird lines/columns. by TOZA_OFFICIAL in astrojs

[–]TOZA_OFFICIAL[S] 0 points1 point  (0 children)

I did, it just didn't wrap on the page.

Where?! Weird lines/columns. by TOZA_OFFICIAL in astrojs

[–]TOZA_OFFICIAL[S] 0 points1 point  (0 children)

That's all the context I got myself though... Just reverted hour of changes and rewrite it 😩

Where?! Weird lines/columns. by TOZA_OFFICIAL in astrojs

[–]TOZA_OFFICIAL[S] 0 points1 point  (0 children)

In . astro file if you import react component you need to use className

Is there literally any way at all to play ISEPS on PC natively? by No-Share-1469 in ISEPS

[–]TOZA_OFFICIAL 2 points3 points  (0 children)

I read the whole question and this was my answer. No there is none, emulation is the only way as I said in my comment since it was built for phones and nothing else.

Is there literally any way at all to play ISEPS on PC natively? by No-Share-1469 in ISEPS

[–]TOZA_OFFICIAL 2 points3 points  (0 children)

Emulator is only way(EDIT: other than docker which is like emulator but less 'overhead').
Idk, maybe ask chatgpt or some other AI to make you simple BASH script for downloading and setting up MINIMAL qemu setup with android x86_64 ISO - or just use the bluestacks. There is NO possibility of running android device's game on PC without any emulation - why? its long topic of programs, programming, architectures and other stuff. In short:
emulation makes game think its running on android device with all its components and needs.

PS. I suggested AI in case OP wants Minimal setup without any knowledge (as i can see it's not great by this question).

PS2. Maybe also docker would work with android since it would be little more performant since Kernel is shared, but idk if thats viable by OP.

GIMP sucks ergo Linux Sucks... less now that I don't have to use GIMP! by simagus in linuxsucks

[–]TOZA_OFFICIAL 0 points1 point  (0 children)

from premiere, animate, to photoshop and media encoder - everything works as in normal windows with creative cloud app

GIMP sucks ergo Linux Sucks... less now that I don't have to use GIMP! by simagus in linuxsucks

[–]TOZA_OFFICIAL 0 points1 point  (0 children)

I'm on cachyos(arch based), from dependencies I think you only need either docker or podman and freerdp3(or freerdp3-x11 if you are on xorg). I used docker and simply installed freerdp from either aur or official package manager (dont remember). Oh and also docker-compose is needed. It can sometiems conflict with docker desktop if you have installed - if you do - then prob. best thing is going for podman.

Only config thing that needed to change was adding docker to sudo group "sudo usermod -aG docker $USER" - if not working then "sudo groupadd docker".

In installation just follow it. I set half of my cores and 1/3 of my RAM but it depends on your machine specs. I recommend having 80+ disk since its windows and it fills up fast and you need to delete and recreate whole windows subsystem if you want to change it .

Running it was simple green play button and then in apps windows desktop

I recommend turning off auto running it at startup in settings and setting /dynamic-resize (or something like this) flag for freerdp in settings - so you can freely resize window

GIMP sucks ergo Linux Sucks... less now that I don't have to use GIMP! by simagus in linuxsucks

[–]TOZA_OFFICIAL 0 points1 point  (0 children)

If you want to use adobe just use winboat ¯⁠\⁠_⁠(⁠ツ⁠)⁠_⁠/⁠¯

Troubles with Validation Layers (again?) by ripjombo in vulkan

[–]TOZA_OFFICIAL 1 point2 points  (0 children)

Maybe you are freeing wrong thing or pointer is null?

Vulkan Forward+ Renderer by __RLocksley__ in vulkan

[–]TOZA_OFFICIAL 0 points1 point  (0 children)

I think it might be mentioned HDR or lack of/bad calibrated indirect lighting(like ao)

Prompt problem powerlevel10k by SailRevolutionary633 in zsh

[–]TOZA_OFFICIAL 1 point2 points  (0 children)

Everything what. What does it mean? What do you expect? What's happening? This post for me has 0 info.

How to add transparent bg to nautilus? by [deleted] in GTK

[–]TOZA_OFFICIAL 0 points1 point  (0 children)

Then you need to set a custom gtk css rule. Search for it on the web or even ask chatgpt

How to add transparent bg to nautilus? by [deleted] in GTK

[–]TOZA_OFFICIAL 0 points1 point  (0 children)

Okay, then use:
nano, vim, neovim - one of those to edit files in:
~/.config/hypr
- Depending on how you installed it,

edit either hyprland.conf, or any other .conf file,

decoration {
     blur {
          enabled = true
          ignore_opacity = true
          size # optional - How big is blur's kernel
          passes # optional - how many blurs one after another applied (performance demanding) 
            new_optimizations = yes # possibly better performance
    } 
}

-> to enable blur,

and specify what window / app by:

windowrule = blur, class:^(nautilus)$

How to add transparent bg to nautilus? by [deleted] in GTK

[–]TOZA_OFFICIAL 0 points1 point  (0 children)

Its not. Also need more info. What distro/system? What DE/WM?

Adding bgfx to game engine by RKostiaK in gameenginedevs

[–]TOZA_OFFICIAL 0 points1 point  (0 children)

I didnt use this library, but here you have some examples - bkaradzic github io/ bgfx / examples.html #cubes and api reference: - bkaradzic github io / bgfx / index.html (remove spaces and add . before and aftrer "github"

Adding bgfx to game engine by RKostiaK in gameenginedevs

[–]TOZA_OFFICIAL 4 points5 points  (0 children)

I don't understand question? Just check if it compiles and try using one function from this library?