Florian
Florian
A calculator based on the Shunting-yard algorithm as described [here](https://en.wikipedia.org/wiki/Shunting-yard_algorithm). The basic functionality is in place but some work still needs to be done: - [x] Second page of buttons...
I used that feature quite a bit when i was daily driving my Miband. Not sure about what the best place to put it would be though. It doesn't justify...
this might be related to #356 and #240. im also using an intel gpu. when I launch gamescope from a tty everything woks fine. launching from sway however results in...
I just built the master branch of game-scope to try out FSR. With this new build an assertion in rendervulcan.cpp fails. My last build was 1f5c56ba6ddc6f6bc96d4d1218a5f920ad0bd0fd the current build is...
to make it render correctly
πππ₯Ίππππβ¨π₯Ί,ππβ¨β¨β¨π₯Ί,,,,ππππβ¨π₯Ίππβ¨β¨β¨,,ππππβ¨π₯Ίππππβ¨π₯Ί,πππππ₯Ίπππππ₯Ί,,,πππππ₯Ί,,,ππβ¨β¨β¨,,πππβ¨β¨β¨β¨π₯Ί,,ππππβ¨,,,,πππβ¨β¨β¨β¨π₯Ί,,,,ππππ,,,,πππππ₯Ίππππβ¨π₯Ί,,,ππππ,ππππππβ¨β¨β¨,,ππ[ππ,,,,ππππ,ππππβ¨,,,,ππππ,ππ](https://web.archive.org/web/20230323223130/https://github.com/bottom-software-foundation/bottom-rs)β¨β¨β¨,,ππππβ¨π₯Ί,ππππ,,,,ππππβ¨,ππππβ¨π₯Ί,,ππππ,,,ππππ,,,,ππ
I recently updated my main abrechnung instance and have been unable to upload images since. Seems reproducible on https://demo.abrechnung.sft.lol as well. **How to reproduce:** - create event and add an...
here's the console output, didn't find any way to make it more verbose. 
When I call pio like this `echo "" | pio run -t monitor`, it fails with "Inappropriate ioctl for device": full command output ``` Processing htit-wb32la (platform: espressif32; framework: arduino;...
I have the following code in my setup() ```cpp if (SD.exists(db_filename)) { Serial.printf("recovering existing database at %s...", db_filename.c_str()); res = recover_db(db_context, (String("/sd") + db_filename).c_str()); if (!res) { set_db_file(fopen(db_filename.c_str(), "a+b")); res...