Results 90 issues of BenBE

When trying to configure the project while performing a `git rebase` operation, the `cmake ..` step fails. Steps to reproduce: ```bash git rebase -x 'bash -c "mkdir -p build &&...

bug
help wanted

Crash on experimental branch using animated/live backgrounds: ``` main [grab: 2806054 retr: 8208613 copy: 246660 prep: 4396040 mask: 11148906 post: 61 v4l2: 6063207 FPS: 30.42] ai: [wait: 22613512 prep: 1334692...

bug
experimental

In error messages the case for writing `error` should be consistent. There seem to be places with `ERROR:`, `Error:` and `error:` in the code. Maybe we should decide for one...

enhancement
good first issue
chore

While discussing some things about ANN with @martok it has been noted, that when experimenting with such networks they seem to be sensitive to noise in their inputs. As camera's...

enhancement

Allow for a second v4l2loopback cam output to be enabled which receives the image mask detected by the NN (plain mask, no source image). Depending on what is available this...

experimental

To avoid clipping the image partway it would be nice if the image may be split into two (or more) overlapping areas that are fed to the NN and recombined...

experimental

In some recent (private) discussion on the viability of implementing key isolation like implemented for OpenSSH with its `ssh-agent` a set of different options currently available in OpenSSL were noted....

triaged: feature

The columns `DISK READ` and `DISK WRITE` currently show as `%5.2f %sB/s` like e.g. `0.00 B/s`. This makes those columns quite long compared to other columns. Also showing whole bytes...

enhancement
good first issue :1st_place_medal:
needs-discussion :thinking:

The meter shows the number of globally open (used) and maximally available file descriptors for the system.

Linux :penguin:
new feature

This is an idea I had while trying to fix up the memory leak in PR #745. This way only the relevant function bar has to be set when needed...

help wanted
code quality :recycle: