Walter A. Boring IV
Walter A. Boring IV
Weather packets were being decoded incorrectly. Over the air packets for weather are in wind miles per hour. Rain is in hundreths of an inch according to the official spec....
This seems really basic, but I have dataclass instance with a property that has a None value, which is totally legit. Trying to convert to json fails with ``` #...
``` └─> py.test giphynavigator/tests.py --cov=giphynavigator =============================================================================================== test session starts ================================================================================================ platform darwin -- Python 3.10.13, pytest-7.4.4, pluggy-1.3.0 rootdir: /Users/I530566/devel/mine/hamradio/tmp/python-dependency-injector plugins: asyncio-0.23.3, cov-4.1.0, anyio-4.2.0 asyncio: mode=strict collected 3 items giphynavigator/tests.py FFF...
Can you add image builds for the arm64 architecture?
**Describe the bug** Can't login or get normal first start web UI on octoprint start. **Container Details** please run `docker inspect --format '{{ index .Config.Labels "org.opencontainers.image.created"}}' octoprint/octoprint:' and list the...
## Current Behavior This library implements a method in BlockVolumeServiceImpl attach() method. The internals of this method are a completely incorrect way to attach a volume. This method calls the...
just cloned a fresh copy of the repo and tried to run make test. git cone the repo make a virtualenv and install the requirements from requirements.txt run make test...
Can we get regular pypi releases for this project instead of being forced to install via git? The readme on the pypi release is out of date and doesn't work....
Using weewx 4.8.0
This seems like very inefficient and weird behavior. I have a datafile class with a member that has a field(default_factory=_somefunction) pretty much every time I touch an object of my...