Florian Meinicke
Florian Meinicke
If the PC returns from sleep/hibernation we can enforce restoration of the correct fan control mode by checking if the correct value is set for pwm_enable and restore the value...
I recently noticed that my scheduled backups were failing because of a rsync error. Here's the log output: ```log [I] ... [I] Take snapshot [I] rsync --recursive --times --devices --specials...
When I did my last pull request I noticed some weird usage of argparse's `add_argument' kwargs. Parsing of command-line arguments is now done in a separate function which returns the...
`std::string` is not UTF-8 aware which is why opening a file that contains non-ASCII characters (e.g. ä, ö, ü) fails.
The '#' character is used in CSS as the id selector. Since we're using the stylesheets in our application for QWidgets as well as QML we at least need the...
Hi, first of thanks for this cool plugin! While playing around with it a little bit I noticed that some things don't seem to work as I expected: 1. Using...
**Describe the bug** I was wondering why I didn't see any data over the past week or so. The last day that had data was 14.07.2023. Looking into the Spotify...
- Update CMakeLists.txt to try to load Qt6 and fallback to Qt5 if this is not possible - Update C++ standard requirement to C++17 since Qt6 requires a C++17 compiler...
With the standard Redmine text editor (in my case with Redmine version 3.4.6) it's possible that if you drag'n'drop an image onto the text editor area it automatically attaches the...