Brahms
Brahms
I am currently setting up a build environment on my workstation but would like to look into this feature afterwards. Since I have not made myself comfortable with the codebase...
I generally don't agree with the translation of runtime in this MR. While I would agree that "runtime" can be translated with "Laufzeit", in the context of flatpak (e.g. "Use...
I don't use openSUSE at all, but there is [python3](https://software.opensuse.org/package/python3) available. So you could go ahead and try the recommended way: ``` pip3 install mvt ``` although eventually you would...
Instead of removing the empty lines one should remove the continuation symbol '\\' if not needed. Otherwise there might be wrong interpretations (since the continuation symbol can be overlooked) and...
There is an Action in the marketplace called [Auto Release](https://github.com/marketplace/actions/auto-release), which might allow for this to be resolved without too much work? Another solution could be to configure a runner...