Adminy
Adminy
I have a bunch of relays I have switches for, but I'd also like to emulate what the switches do. if I get a json from rtl_433, is it possible...
Hi, I hope this hardware is supported soon. There is [this flake repo](https://github.com/ryan4yin/nixos-rk3588) which supports rk3588 but this is for rk3588s. Not sure what the rockchip support is here, gpio...
Looking at the suggestions it says ``` FunctionName() This is a big function. Big functions are harder to understand and change. You can refactor it, e.g., by extracting some of...
I'm trying to use pi as a second screen for my mac. I've placed my monitor vertical but for some reason that is not using the vertical screen, its trying...
Everything works fine, sometimes it just detects it very slow. After the last update its not even detecting it in screen mirror. Something to do with how the pi is...
All my code does not use jQuery and just for a small feature like jQCloud I have to use jQuery. I was thinking, what would take to make it work...
### What would you like to know? how can I ensure that my hackrf is always in usb mode when connected to the pi. is there a serial command I...
I have a pyproject.toml with a couple of optional dependencies. When running: ```bash uv pip install -e '.[dep1,dep2,dep3,dep4]' --exclude-newer 2020-12-02 error: Failed to build editables Caused by: Failed to build...
I installed dietpi on the Pi 5 and its been super quiet for the past few days, but I prefer to use nixos, and unfortunately its quite difficult to work...
When a http call is being retried, only 1 call count is registered: ```python import requests_mock from requests.adapters import HTTPAdapter, Retry from requests import Session def call_url(): retry = Retry(total=3,...