hadess
hadess
In `tests/tests.fmf`: ``` summary: Check basic command line options discover: how: shell execute: script: tests/run_tests.sh ``` `tests/run_tests.sh` exists as a `0644` file, but tmt complains about not being able to...
It doesn't seem possible right now to have either multiple text labels, or multi-line text labels, which makes text-heavy labels difficult to print. I wanted to write: ``` Bicarbonate of...
This adds a desktop file and a metainfo file that are used by Linux software installation front-ends to present applications. This will be used by the Flatpak package being put...
After saving a test label as `foo.niim` running: ``` python -m NiimPrintX.ui /home/hadess/foo.niim ``` Should open the file in the GUI. Looking quickly we probably need to move some code...
I recently received a Niimbot B1 printer, and wanted a UI application to use it in addition to the smartphone app, so I started packaging it up for inclusion in...
I tried applying the following theme after installing ttkthemes with pip: ``` diff --git a/NiimPrintX/ui/main.py b/NiimPrintX/ui/main.py index 390ff8dbbd8a..d9fdf9560a08 100644 --- a/NiimPrintX/ui/main.py +++ b/NiimPrintX/ui/main.py @@ -1,6 +1,7 @@ import os import...
Using the hosted Wallabag.it instance (version 2.6.12), I imported my Pocket export, and apart from bugs in the CSV file which I could find, I seem to be missing around...
### Please confirm your submission meets all the criteria - [X] Please describe the application briefly. AI assisted patch backporting application - [X] Please attach or link a screenrecord showcasing...
It would be great if adbuino could support joypads by emulating keyboards like the Gravis gamepad did: https://github.com/lampmerchant/tashnotes/blob/main/macintosh/adb/protocols/gravis_mac_gamepad.md
Using 2.6.14-dev on wallabag.it I just marked all my searched items as read because I confused the "bulk select" and "mark as read" icons:  Pocket uses this icon for...