Poncho
Poncho
I've wrote them an e-mail to ask if there is a replacement/successor to https://developer.mapquest.com/documentation/open/elevation-api Will update this issue if I get an answer from them. The api is used in...
```python $ python3 scripts/generate_profile.py FitSDKRelease_21.53.00.zip fitparse/profile.py Traceback (most recent call last): File "/devel/git/python-fitparse/scripts/generate_profile.py", line 626, in main(xls, profile) File "/devel/git/python-fitparse/scripts/generate_profile.py", line 558, in main types_rows, messages_rows = parse_spreadsheet(xls_file, 'Types', 'Messages')...
To work with zim 0.70_rc3, this plug-in would require python3 compatibility. https://github.com/zim-desktop-wiki/zim-desktop-wiki/blob/master/CHANGELOG.md#070-rc3---mon-18-feb-2019
this might be an escaping issue...  ``` conky.text = [[ ${exec journalctl -n 5} -------------------------- ${journal 5} ]] ``` the full string that isn't properly displayed is: `Apr 18...
When all mails are read (eg in thunderbird) the top right notification (INDICATOR) disappears but the bottom notification (NOTIFICATIONS) stays and is only updated when new mails arrive. The bottom...
* While working on a python chart accessing map tiles from a tile server, I've noticed that caching isn't working * Logins in webpage charts aren't remembered either. Turns out,...
After updating to `v0.2.3 (September 2022)` I get the following error when calling `correct_rr(rr)`: ``` Cleaning the RR interval time series. ... correcting 3 missed interval(s). ... correcting 1 extra...
With `target_qgroup_destroy yes` I get errors for every subvolume on `/mnt/btrfs/my-hd/`: ``` ERROR: Failed to destroy qgroup "0/3313" for subvolume: /mnt/btrfs/my-hd/btrbk-snapshots/my-subvolume ERROR: ... Command execution failed (exitcode=1) ERROR: ... sh:...
- add Favero Assioma Pro MX - update fit SDK to version 21.141
Using delta outside of a git repository: ``` $pwd /tmp $delta --no-gitconfig --hyperlinks /etc/a.txt /etc/b.txt etc/a.txt ⟶ etc/b.txt [...] ``` The hyperlinks are: `file:///tmp/etc/a.txt` and `file:///tmp/etc/b.txt`. `$pwd` is added to...