Alastair D'Silva
Alastair D'Silva
### Describe the problem you are having I have 2 Dual Edge TPUs installed in MBS's PCIE adapters. I'm running Frigate as a Hassio addon for Home Assistant. Frigate consistently...
Docker stop can return an exit code of 143 (SIGTERM) as it sends a SIGTERM to the child processes. Consider this a valid exit code for DockerClient.stop() to avoid falsely...
I'm using an MIM-H02 to control a Samsung airconditioner. My default temperature unit is Celcius. When reporting the temperature, climate_ip incorrectly returns the temperature in Farenheit (but stating that it...
### Current Situation Currently, the only way to add codes to a keypad is via the REST api, which also requires webhooks. This means that adding codes not only requires...
**Is your feature request related to a problem? Please describe.** As per https://wled.discourse.group/t/has-anyone-reverse-engineered-how-led-curtain-hooks-work/7423/11 Some LED curtains have a chip in the top tee that connects each vertical drop. Some implementations...
ref: https://gcc.gnu.org/wiki/LinkTimeOptimization Link Time Optimisation defers final compilation until the link stage, which allows more aggressive inlining and optimisations to occur, as more information is known at link time vs...
Provide more information in the logs to verify what cppcheck has found. Increase verbosity of exceptions.
Cppcheck plugin cannot find results file if the workspace path contains an encoded '/' (%2F) Opens the file directly in the Cppcheck plugin, and passes the stream to the XML...
This PR adds the sample from the documentation to the repo, a gradio UI, and squishes a few bugs that were discovered along the way.