Leonardo Gibrowski Faé
Leonardo Gibrowski Faé
Now that we can spawn `bemenu` in the center of the screen, it would be useful to have an option that allows for spawning it with a fixed height when...
Currently, the only to navigate in yofi is through the keyboard. This includes both scrolling and selecting an entry. It would be great if one could also scroll and select...
`riverctl keyboard-layout` currently allows us to set the keyboard layout. However, there is no way for to know which layout we've set. This would be useful, for example, for taskbars...
Hello. I've used `image` extensively in numerous projects. In most of them, I only needed to decode an image into a series of pixels. This means I only needed the...
Until now, if we can't read WAYLAND_DISPLAY or XDG_RUNTIME_DIR we simply panic. This commit makes it so that we try `wayland-0` and `/run/user/UID` as a default instead. We make sure...
> Hey there, so I am not sure whether it's related but I suppose so, so I'm reopening this weird swww crash issue. > Now, weirdly, after a bit of...
Hello, I am trying to use `renoir` in a distributed environement, with 4 machines. I've configured it to fire 1 process per machine. However, after a while, all threads exit...
I am only opening this to register this as a something that must be fixed before the next release. The new code generation in `alsa-sys` is not generating the `snd_seq_event__bindgen_ty_1`...
We can make the crate work in `#![no_std]` environments with minimal changes. Literally just changing a few imports. Should be trivial to maintain as well, just make sure to always...
Has there been any attempts at this? I couldn't find any. Avx512 is now present in a many commercially available CPUs, with the last two generations of AMD CPUs having...