Rabcor

Results 133 comments of Rabcor

> Thank you! This problem confused me a lot. Yeah, i had to scratch my head a bit, i first tried installing pydantic 1.8.2 and it 'worked', i could launch...

> yeah it's kind of ironic making RGBA possible for some modules actually breaks transparency for other image mode Actually, here's an extra sample file to test this. ![655dc9d16b55c103ad53e26f](https://github.com/AUTOMATIC1111/stable-diffusion-webui/assets/5684325/d8bb2f28-d717-408d-be7f-8f40009ba1d9) And...

Yeah, including transparency is never going to be harmful, it's pretty hard to make an opaque image transparent, but the reverse is extremely easy, so it's never a bad thing....

> >give users control > > >users complain about too much control Well it's the neverending issue for application designers ain't it? You give users a lot of control, they...

> my script hyprpaper.sh : That seems massively overcomplicated if our goal is just to auto-preloud, it could be very easily achieved like this: ```sh #!/bin/bash pgrep hyprpaper || hyprctl...

> #2127 ? Unreal Editor isn't even using XWayland anymore, it's native Wayland now (otherwise it wouldn't be scaling for me in the first place). (Nvm that was wrong, it...

I have just now confirmed that the cursor issue in the OP only occurs when `force_zero_scaling = true`

> @Rabcor you can compile only SDL2 with wayland support on the side and use SDL_DYNAMIC_API env to point to the .so output. > > This way you can start...

yeah this would be great, if only just so you can keep all your power related settings in one config file. There are ways around this but none are pretty....

> > Or is it even: `-p tier=high -p spatial-aq=1 -p multipass=fullres -p tune:v=hq -p qmin=20 -p rc:v=vbr_minqp -p cq:v=29 -p preset:v=p7` > > This is the correct format ;)...