Kristian Thy

Results 6 issues of Kristian Thy

[As per the docs](https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-builtins), it is possible to add builtins to flake8 by passing the `--builtins` flag or through config files. However, these are not recognized by flake8-builtins: ```python import...

- SDK Version: 1.3.0 - Connect Server Version: 1.6.0 - OS: ubuntu-22.04 - Python Version: 3.10 ## What happened? The type hint for the return value of `load_dict` is `Dict[str,...

bug

It would be very convenient if a default value could be provided for load_dict keys in case the field is not present in the vault item.

It would be nice to be able to apply multiple tags to the built image. For example, I want to tag my images with the name of the branch they...

enhancement

I'm getting a SyntaxError on Python 3.14 due to invalid escape sequences in domonic's source code (`\s` instead of `\\s` or `r"\s"`). Pythons newer than 3.12 treats invalid escape sequences...

### TL;DR When initializing a new Jitsi app server, I get the following error: ``` Jitsi-Meet is being installed. This can take some time...W: GPG error: http://packages.prosody.im/debian noble InRelease: The...

bug