Christian Kuhtz
Christian Kuhtz
`var[${index}-string]` incorrectly expanded to `var[${index} - string]` which creates broken syntax. Don't touch the stuff in brackets.
### Date 2023-11-5 ### Description After paying the fees and receiving confirmation, the [Better Business Bureau Great West + Pacific](https://www.bbb.org/local-bbb/bbb-great-west-pacific) said Bitcoin Bonus never delivers any Bitcoin transfer and stops...
### Description I probably pulled this page up on mobile dozens and dozens of times during 119. And then proceeded to scroll down to the helpfully highlighted section. Would it...
cloned git repo, followed INSTALL-linux instructions. Am I missing something or is this a bug in what make install is trying to touch with `strip`? :) ``` christian@amphipod:~/src/local/klog/src$ sudo make...
### The feature request Please provide an Debian ARM64 build in addition to AMD64. ### Proposed solution Create build pipeline for ARM64 Debian packages. ### Additional context Can't deploy github-desktop...
(property "Sheetfile" "NAME.kicad_sch") can occur multiple times in kicad_pcb. NAME.kicad_sch is not modified.
"meta": { "filename": "NAME.kicad_pro", "version": 1 NAME is not updated to new project name
kicad_prl is not picked up and renamed, and the references to the old project name within are not changed.
Should use same env variable in all places. Traceback (most recent call last): File "/app/weatherflow-collector/./weatherflow-collector.py", line 47, in import config File "/app/weatherflow-collector/config.py", line 580, in "wss://ws.weatherflow.com/swd/data?token=" + WEATHERFLOW_COLLECTOR_API_TOKEN ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TypeError:...
jq is a prereq and the script doesn't check for it. should be fixed ;-)