Max Görner
Max Görner
As of now, `deptry` simply ignores eveything under `tests/`. This means that imports that are used but not present will be noticed only at execution time, not before. For instance,...
I have a project where by accident I listed `requests` both as production and development dependency. The error I got was a bit confusing, because it complains that I use...
I recently came across this nice extension and really would love to use it more. However, I frequently have to revisit some dependencies I'd like to upgrade due to them...
I recently migrated to Debian Trixie (which is still testing). Since then I have the drivers `rtw88_8822b` and `rtw88_8822bu` available by the distribution. Therefore, I am no longer dog-footing the...
After switching to Debian Trixie recently, I got a new GCC version and thus am unable to compile the driver due to new errors found. In particular, there is `-Wstringop-overread`....
I am using your fantastic project to interact with Cloud Storage. I would like to make a `Client` a member of some struct in order to be able to reuse...
Mir ist aufgefallen, dass es einen Port-Konflikt gibt. MTV-CLI nutzt TCP 8200, genauso wie das MiniDLNA-Protokoll (siehe https://help.ubuntu.com/community/MiniDLNA, ganz am Ende). Wäre es annehmbar, den voreingestellten Port zu wechseln? Oder...
Die Message-Klasse hat mich sehr stark an [loguru](https://pypi.org/project/loguru/) erinnert. Letzteres fand ich aber vom Design und vom Funktionsumfang her etwas besser gelungen. Spräche etwas dagegen, die Message-Klasse im Projekt gegen...
### Is your feature request related to a problem? Please describe. I recently created a bug report ( #6093), because the UI is very suggestive and was easy to use....
I have a file system that I believe is corrupted. The file system is hosted inside a LUKS container. I got tons of errors but I think I was able...