Walter A. Boring IV

Results 54 issues of Walter A. Boring IV

``` docker network create -d ghcr.io/devplayer0/docker-net-dhcp:release-linux-amd64 --ipam-driver null -o bridge=br0 -o ipv6=true --subnet 2602:fe43:f00:fc91:xxxx:xxxx:xxxx:xxxx/64 external_ipv6 ``` ``` br0: flags=4163 mtu 1500 inet 192.168.1.5 netmask 255.255.0.0 broadcast 192.168.255.255 inet6 fe80::3e4a:92ff:fef5:bc08 prefixlen...

``` └─> python setup.py develop /Users/i530566/devel/mine/hamradio/kiss/.venv/lib/python3.8/site-packages/setuptools/installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer. warnings.warn( error: subprocess-exited-with-error × python setup.py bdist_wheel did not run successfully....

I couldn't tell, but does rpitx support sending 1200 baud AFSK for transmitting APRS packets?

Did a little bit of update on setup-helm3.sh to work on linux as well as macos.

Would be useful to add vagrant libvirt support for building these images.

Following the docker tutorial here: https://signoz.io/docs/install/docker/ Starting docker containers results in failure. ``` └─> docker compose up -d [+] Running 4/4 ⠿ Network clickhouse-setup_default Created 0.1s Creating 0.0s ⠿ Container...

LilyGo has added ST7789 support for their parallel display on the T-Display S3 here: https://github.com/Xinyuan-LilyGO/lilygo-micropython/issues/16 Any chance someone can write a driver for this for nano-gui ? Here is an...

**What's the feature?** 🧐 When a restart of a container happens, it would be nice to be able to send a note to a slack channel that it happened, like...

It seems that logger is missing the test isEnabledFor() method. https://docs.python.org/3/library/logging.html#logging.Logger.isEnabledFor

question

Hey I'm looking at decoding and dumping weather packets to a DB and was decoding streams of packets from aprsis. I noticed that it seems the wind speed and gust...