Walter A. Boring IV
Walter A. Boring IV
this costs money to run 1 api request. That's a hard no.
after running setup-helm3.sh I am trying to run the items in helm.sh and it's not really working. ``` vagrant@leap:~/helm3-demo:(git::master) $ helm repo add stable http://storage.googleapis.com/kubernetes-charts "stable" has been added to...
https://github.com/peterhinch/micropython-nano-gui/pull/42
The course and speed is in mph as well. confirmed this from the WX.TXT document comment. http://www.aprs.org/APRS-docs/WX.TXT ``` The on-air APRS WX protocols, however, still will be in MPH and...
https://github.com/craigerl/aprsd/blob/master/aprsd/packets/core.py#L292-L311 The parent class is here: https://github.com/craigerl/aprsd/blob/master/aprsd/packets/core.py#L49-L71 I'm testing serde to see if I can use it instead of manually calling the json attribute. I have added the @serde decorator...
After further hacking on serde, I was able to modify the to_dict() template generation to print out the assignments inside of the generated function. as well as what the result...
So it looks like there are a few problems here: 1. serde doesn't support datetime.timedelta 2. serde doesn't handle when a default value of a field is set to None....
fwiw, I have tried docker images for 1.7.1, 1.8.1, bleeding, latest all with the same result as above. ``` waboring@octoprint-pi4:~/docker/octoprint $ docker version Client: Docker Engine - Community Version: 23.0.1...
It looks like this is a problem with haproxy inside the container. I opened up port 5000:5000 and hit that with my browser and the octoprint UI is working fine.
``` waboring@octoprint-pi4:~ $ uname -a Linux octoprint-pi4 6.1.19-v8+ #1637 SMP PREEMPT Tue Mar 14 11:11:47 GMT 2023 aarch64 GNU/Linux ```