Ricardo Subtil
Ricardo Subtil
Adds a demo for PCK unload functionality implemented at https://github.com/godotengine/godot/pull/61286, as suggested.
This is a very interesting project, especially for displaying everyday statistics on terminal initialization by adding it to `.bashrc`. However, the program always fetches the data **online**; thus it always...
**Is your feature request related to a problem? Please describe.** When I have a playlist selected, and I use the search bar to search for a name, generally I can't...
**Is your feature request related to a problem? Please describe.** I wasn't being able to play games with sound, as Flashpoint was using my default *(`~/.wine`)* wine prefix, which has...
(Please complete the following information, and then delete this line) **Affects versions :** 1.0.19 - OS: Arch Linux - (Linux only) Desktop environment: X11 - Which version of libgtk do...
Fixes #87987 Removed the `StatusWarning` from the exclusion list for color remapping, to improve its visibility on light themes: | Before | After | | - | - | |...
The project hasn't been updated for more than a year now. There are some pending pull requests that are extremely useful to the project, and I also plan to contribute....
The current behavior of reading a config file from the current workdir presents a few problems, particularly on Linux: - It doesn't allow launching the app from a different path....
For Arch Linux you say to do this: `sudo ln -s /usr/lib/libtinfo.so.6 /usr/lib/libtinfo.so.5` This is bad advice; symlinking is [a bad idea](https://wiki.archlinux.org/index.php/Frequently_asked_questions#If_I_need_an_older_version_of_an_installed_library,_can_I_just_symlink_to_the_newer_version?). The fix for Arch is installing [ncurses5-compat-libs](https://aur.archlinux.org/packages/ncurses5-compat-libs/) *(AUR)*
When an input action has multiple alternative keys/buttons, only the first mapping is shown:  There should be a way for developers to: - Show both available mappings (maybe cycle...