Daniel Flanagan
Daniel Flanagan
I too am experiencing this muxer error. All is well in `v0.18.5` but updating to `v0.19.x` causes the issue to surface when using identical NVENC encoder settings to stream via...
Seems like bundles are built and released with the [CircuitPython Build Tools](https://github.com/adafruit/circuitpython-build-tools) package. Perhaps pointing users to [this file](https://github.com/adafruit/circuitpython-build-tools/blob/main/circuitpython_build_tools/target_versions.py) which should be a stable URL and isn't too difficult to...
I was running into this exact issue, but I can't afford the `netifaces` dependency. I've come up with a python solution that's been working for me: ```python import subprocess from...
I'm working with Ubuntu 20.04 at the moment, but the [`iproute2`](https://github.com/shemminger/iproute2) utility this is based around dates back to Linux 2.2. I'm happy to test back to the Linux distros...
I think this issue is related to another issue I've added a work around too: https://github.com/GhostofGoes/getmac/issues/48#issuecomment-898209342
I'm experiencing this same issue as reported in #2459 and found that force quitting Niagara and letting it relaunch is a faster albeit less elegant "fix"
I've noticed that force stopping Niagara and allowing it to relaunch is a quick fix, it brings the widget back for a while quite reliably.
What part of the `README.md` usage instructions are giving you trouble? On Fri, Jan 13, 2023, 11:20 AM kcwvc52 ***@***.***> wrote: > any chance you could point me towards how...