Fabio Fontana
Fabio Fontana
Better comments thinks that a python string is a comment. For example: ```python3 print("https://www.google.com/#!wrong") ``` 
**Describe the bug you encountered:** Can't reconnect to rustdesk after a restart on linux. I enabled `rustdesk.service`, it works but after each reboot the password or the ID resets so...
### Describe the bug I am running `RUN fluent-gem install elasticsearch -v 8.6.0 && fluent-gem install fluent-plugin-elasticsearch fluent-plugin-s3 elasticsearch-api` in my Dockerfile, two versions of `faraday` will be installed (2.7.3,...
According to that [issue](https://github.com/authelia/authelia/issues/1624) you shouldn't use authelia middleware (like you do in secure-chain) to secure authelia because it will keep redirecting you until your request headers are too big...
Seems like you didn't add support to async/await right? I tried running `await mailer.sendEmail(mailParams)` but even if it fails it doesn't `resolve`/`reject` the promise.
Add comprehensive docstrings adhering to the Google style.
Define a Github workflow that uses Sphinx to generate the documentation and Read the Docs to host it.
Write tests to be used with pytest and define a Github workflow to automatically run them and generate the coverage report.