Adrian L Lange
Adrian L Lange
I have a custom keyboard running the [QMK](https://qmk.fm/) firmware, and it's not recognized by my deskhop. I tested with 3 other keyboard that worked fine: - Razer Ornata V2 -...
Instead of hard-coding options, requiring a recompile and "flash" for every change, use the RPI ROM to store a configuration file that the firmware reads on boot (or on a...
**Is your feature request related to a problem? Please describe.** I use a lot of keys that depend on other keys being pressed, and the closest solution to this in...
You're currently displaying the output in the console panel, which is used for everything internal by ST itself, and in turn gets spammed quite a bit, especially when developing plugins....
Currently you've designed user settings to be added in the default `Preferences.sublime-settings` file, but you should not advertise that. Since this is a plugin, it can also use the file...
The text field should have accompanying button(s) to save/reset, currently the only way to reset/clear is by focusing the text field and hitting Backspace, and there is no "saved" indication...
I would like to see when the Imgur upload functionality has finished/failed. Basically, this patch should suffice; ``` Diff diff --git a/Source/Ember/Forms/MainForm.cs b/Source/Ember/Forms/MainForm.cs index f68fb40..0edf611 100644 --- a/Source/Ember/Forms/MainForm.cs +++ b/Source/Ember/Forms/MainForm.cs...
https://github.com/containers/netavark/blob/9c40d1f6372a21248ebbd4edff31148ee8de54aa/src/firewall/mod.rs#L67 This section has not been updated since firewalld 1.1.x came out 16 months ago, requiring users to set `NETAVARK_FW=firewalld` globally (e.g. in /etc/environment) to properly use firewalld if present....
From the FAQ: > - **I have set a preference to open a website in a particular container. Will that also be synced?** > > No. This data is not...
When launching the inline diff the unstaged lines/hunks are marked in red/green, but once they are staged and you want to unstage them again (with capital hotkeys) it's hard to...