Karl Felix Schewe
Karl Felix Schewe
Small update of the instructions for enabling the theme in QT5 applications https://github.com/grassmunk/Chicago95/blob/0cee840232fc67cd6ab00ecc047724078b052c0d/INSTALL.md?plain=1#L145 qt5-styleplugin (AUR) https://aur.archlinux.org/packages/qt5-styleplugins
Hello, when I have bluetuith opened in a terminal window and click on the empty space below the device list, the first device is selected. I would prefer if the...
# Description [//]: # (Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or...
I repeatedly had troubles to find the current active entry in the navigation tree view on the left. In the following example "Intel" is highlighted and I overlooked it frequently...
I installed River while following the article on [Wayland](https://docs.voidlinux.org/config/graphical-session/wayland.html) and had the issue that I could not start any terminal emulator with the keybinding in my init script (I tried...
When following the [Installation via chroot](https://docs.voidlinux.org/installation/guides/chroot.html#installation-via-chroot-x86x86_64aarch64) guide, I encountered the small issue that ``xchroot`` would return the message ``special device /etc/resolv.conf does not exist.`` I thought that maybe a hint...
I found this explanation for [FnMut](https://doc.rust-lang.org/std/ops/trait.FnMut.html) in the documentation helpful, which explicitly points out the hierarchy of Fn traits, i.e. subtraits and supertraits: > FnMut is implemented automatically by closures...
Discussion in #1440 Hi, this is my first pull request, I hope I did not forget anything!
## Problem `Rect::offset` can be used in a Builder Lite pattern to modify a `Rect`. It has the advantage over direct manipulation of `Rect.x` and `Rect.y` that it prevents an...