Lucas Hoffmann
Lucas Hoffmann
It would be great if we had a `:buffer` command which could combine its functionality with `:open -t` (or `:open -w` for that matter). Weather this should be a new...
As we have a temporary fix for #1632 now we should run our tests on python 3.13. I am still working on packaging the standard-mailcap package on nixpkgs. If that...
**Is your feature request related to a problem? Please describe.** The alot code base is quite big and we already specify many types in the docstrings. They are rendered in...
This is a followup to #343. The original tests for the atomic_write function are in the atomicwrites repository: https://github.com/untitaker/python-atomicwrites/blob/4183999d9b7e81af85dee070d5311299bdf5164c/tests/test_atomicwrites.py They were written for pytest but khard uses `unittest` from the...
This implements the trusted publishing workflow as described in the official docs: - https://docs.pypi.org/trusted-publishers/ - https://github.com/pypa/gh-action-pypi-publish
The script did call sed in a blocking manner and did also instruct it to create a backup of the original trace file before modifying it in place. This results...