sebimoe

Results 4 issues of sebimoe

I added another text search field which allows searching by manufacturer number only. I also added ability to search by regex (enabled using a checkbox), so it's easier to find...

Added flag to output strings in more human-readable format, without the quotes, except where it is needed to preserve the datatype. ``` -p, --plain Use plain (non-quoted) strings where possible...

Found the problem shown in issue #80 `.get()` returns the default only when the key does not exist, but when it exists with None value, that value is returned.

Great tool. But I ran into an issue here: ``` $ docker run --rm -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/red5d/docker-autocompose --all Traceback (most recent call last): File "", line 1, in File "/usr/src/app/src/autocompose.py",...