bubbleguuum

Results 88 comments of bubbleguuum

Basic authentication is fairly secure when used in conjunction with https. Otherwise Digest authentication is better, but more complicated to implement.

Confirming this issue. Normally, these control codes is what give colorized output. This makes Gradle unusuable unless using its --console plain option. It works properly when using regular cmd.exe

I have NVIDIA GPU, but on Linux. What I had in mind, is for example if the configured in-game configuration is 3840x2160 (4K), ticking a 4:3 setting would render the...

This is a weird issue. Can you post picom's config file `picom.conf` (if any), which is looked in a number of location (see `man picom` section `CONFIGURATION FILES`) ?

Thanks. I tried with that default conf file on my system (i3 window manager, picom v10.2, Intel UHD 620) and it worked fine. What is your video card and picom...

Weird indeed ! I think it might be caused the the Window Manager (bspwm), maybe in the way it creates windows that might not be 100% compatible with how the...

I installed bspwm (v0.9.10) and could not reproduce the problem: firefox, alacritty and other programs are in grayscale. Can you check if you have this issue with another tiling window...

My guess is that bspwm (at least the version you are using on Arch) creates some windows in a way that confuses picom for applying the b&w shader.

Try `android:windowSoftInputMode="adjustNothing"` in the Manifest on your Activity.

Thank you for looking into this. The include headers change seems to be intended since it is in the "breaking change" section of the glslang 14 changelog: > Only the...