Pascal Bach
Pascal Bach
Currently handling of private repositories is mostly done via SSH and SSH Agent. There are multiple issues regarding this: - #8 - #20 ## Cases 1. Remote SSH requires credentials...
Currently if a repository in Gitlab/Github doesn't exist anymore the local mirror is still kept. To save space in the long term the repository should be removed once it is...
Currently the exporter can connect to exactly one fritzbox. So in order so monitor multiple devices multiple exporters need to be setup. And a new port assigned to each. Other...
Binary is deprecated in SQLAlchemy and was removed in 1.4. It was just an alias for LargeBinary This is a first step for https://github.com/Ericsson/codechecker/issues/3607
This allows to specify a samba install directory via --with-libsmbclient where the header is located under include/samba-4.0/libsmbclient.h
It would be good to include the LICENSE file in the tarball on PyPi. This way upstream packagers like Yocto can automatically verify it during package creation.
Hi first of all thanks for publishing your role The role works perfectly except for the installation part for debian. The problem is that the machine I'm trying to provision...
This was added to improve the error handling in case of erroneous responses
Allowing to specify an alternative URL for the OpenAI API gives the user the possibility to run the plugin against another alternative implementation like [FastChat](https://github.com/lm-sys/FastChat) or [llama.cpp](https://github.com/ggerganov/llama.cpp).
The sanitize method should take a schema and an input json. It should then output a version of the input that corresponds to the schema or throw an error if...