belamu
belamu
## Environment Firefox 98.0 on Fedora KDE ### Versions - Operating system: Fedora KDE - Browser: Firefox 98.0 - PassFF: Version 1.12 - Host app: pass 1.7.4. Status line output:...
I tried out using this very helpful script on a picture that already has geocoordinates in the exif metadata and those were overwritten by the script. While that might be...
When calling `gpxelevations` with the command ` gpxelevations osrm-Schkeuditz-FF.gpx -s -f osrm-Schkeuditz-FF-ele.gpx` I get the following error traceback: ``` Traceback (most recent call last): File "/home/felix/.conda/envs/zipAlongTrack/bin/gpxelevations", line 43, in update_gpx(gpx)...
During `make` I get the following error: ``` make[2]: *** No rule to make target '/ceema/3rdparty/curl/lib/libcurl.so', needed by 'libceema.so.0.0.1'. Stop. make[1]: *** [CMakeFiles/Makefile2:118: src/CMakeFiles/ceema.dir/all] Error 2 make: *** [Makefile:136: all]...
**Desktop:** - OS and version: NixOS - Terminal/shell used: bash **Describe the bug** Current sqlcipher cannot open the sqlite database tests/data/sql/db.sqlite: ``` $ sqlcipher tests/data/sql/db.sqlite SQLite version 3.46.1 2024-08-13 09:16:08...
Minimal non-working example: `pip install i18nice[YAML]` `translation/a.en.yml`: ```yaml en: a-key: aValue ``` `translation/b.en.yml`: ```yaml en: a-key: "%{a.a-key}" ``` `static-ref.py`: ```python import i18n i18n.load_path.append("./translation") print("b.a-key=", i18n.t("b.a-key")) ``` Produces ``` Traceback (most...