okvittem
okvittem
**Is your feature request related to a problem? Please describe.** The great new thing about Logstash and friends were the support for continuous operations/feeding. **Describe the solution you'd like** MQTT...
This plugin fails with when overlayers miss .options.zindex. This happens for L.GPX and vector overlay. L.imageOverlay has zindex, but if you have more than one with same zindex, only the...
Hi, We have a race that we can not save drawn tracks in because the save button does not activate when the Finish control is clicked. The XML for the...
Added a extensible list of USB vendor and product ids for UT161E : "meters". See fork at https://github.com/okvittem/unit_ut61eplus.git Please feel free to pull back. UT61E and UT161E seem to be...
I wanted to run this on an Arduino Zero with a SIM7020E breakout board and discovered there are some bindings to ESP like ESP.restart(). Any hints to the complexity of...
Hi, isGprsConnected returns true even if APP network(CNACT) is not active. It looks like that getLocalIPImpl uses +CGPADDR=1 to check if an IP is present and returns true because there...
Hi, antfs-cli installation seems to fail, mixing up library directories and distribution package. I have python 3.10 and latest antfs-cli from github when starting antfs-cli I get this error message...
antfs-cli error message > TypeError: can't subtract offset-naive and offset-aware datetimes is fixed by : ``` diff --git a/openant/fs/manager.py b/openant/fs/manager.py index a5f3f3a..5e2c1e9 100644 --- a/openant/fs/manager.py +++ b/openant/fs/manager.py @@ -337,7 +337,7...