Maxime Dirksen
Maxime Dirksen
This is a PR related to https://github.com/boltgolt/howdy/issues/688 --- - The file `/src/shell/howdy.sh` and `/src/shell/howdy.csh` contain the variable `HOWDY_LIB` which is not yet initialized - During the execution of the post...
This is a fix for the issue https://github.com/boltgolt/howdy/issues/630 If think that on Fedora, polkit detect that the subprocess `compare.py` is created and to avoid security issue it is killed. However,...
Improvement : - ~identify devices using their `/dev/video` path, instead `/dev/v4l/by-path` since this last one is a simlink~ New : - slide 3 : 1. trigger the emitter (if an...
I have very recently produced a utility that allows you to configure any infrared camera (unless they are not supported by the Kernel). And regularly people ask "why doesn't it...
Update OpenCV to 4.9.0. This PR has been created automatically.
If you obtain this exception/error message, please try the v6 https://github.com/EmixamPP/linux-enable-ir-emitter/pull/154, it fixes this error. There is a bot comment in the PR that explains how to install it.
v6
The v6 will break v5 compatibility. The new features are the following: - Usage of YAML to store camera configuration - Save of all the camera instructions - Tweak manually...
If you obtain this error message, please try the v6 https://github.com/EmixamPP/linux-enable-ir-emitter/pull/154, it fixes this error. There is a bot comment in the PR that explains how to install it.
**Describe your feature request** Add zsh autocompletion **Why would it be useful or what problem can it solve ?** Because, already present for bash. And many users use zsh **Describe...
This PR add the missing implementation for plotting against the top and bottom axis for the chart component.