Enrico Tröger
Enrico Tröger
Some packages seem to store the metadata in a file called 'METADATA' instead of 'PKG-INFO'. Probably the change is related to a newer pip or setuptools version but I don't...
It would be cool to add "lazydocker" (https://github.com/jesseduffield/lazydocker). Releases page: https://github.com/jesseduffield/lazydocker/releases * How many downloads does this tool have? Check at: 230,365 (https://somsubhra.github.io/github-release-stats/?username=jesseduffield&repository=lazydocker&page=1&per_page=5) * If approved, are you willing to...
Great project! Thank you. It would be cool to add "kubecolor" (https://github.com/kubecolor/kubecolor). Releases page: https://github.com/kubecolor/kubecolor/releases * How many downloads does this tool have? Check at: 15,447 (https://somsubhra.github.io/github-release-stats/?username=kubecolor&repository=kubecolor&page=1&per_page=5) * If approved,...
**Describe the bug** After running `k9s` a couple of log files are left in `/tmp`: ``` -rw-rw-r-- 1 enrico enrico 2.3K Mai 20 12:42 k9s.hostname.enrico.log.ERROR.20240520-123904.122464 -rw-rw-r-- 1 enrico enrico 3.7K...
When using web-pdb with bottle version >= 0.13, web-pdb will crash: ``` CRITICAL:root:Web-PDB: starting web-server on http://127.0.0.1:5555 Exception in thread Thread-1 (_run_server): Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line...
The Django Redis cache backend expects the `OPTIONS` dictionary keys in lower case while `dango-redis` expects them in upper case. This change converts the keys depending on the cache backend....
The default error handler (via `MAILER_EMAIL_BACKEND` setting) will log an info message and defer the mail if the error was one of the expected smtplib or socket errors. This is...
I'm using the `/forms/libreoffice/convert` route to convert an office document into a PDF document. Is it possible to set the viewer preferences in the resulting PDF file? In particularly I...
Since some time, we got build failures sporadically. Errors are like: ```mv: cannot stat 't-zh_CN.gmo': No such file or directory``` The language code in the error message varies a bit,...