JakobDev
JakobDev
It would be great, if you could support other git hosting sites e.g. GitLab, BitBucker or Codeberg.
I've created a [Flatpak](https://flatpak.org) for OCEmu. If you don't know, what a Flatpak is, think of it as Docker, but for Linux Desktop Programs. That means, any Linux User can...
It would be nice, if this can be publicised on PyPI. The installation is currently hard for Pytjhon developers who haven't worked with C/C++. And it can be added to...
### Problem description How can I set a Homepage in a pyproject.toml? The [guide](https://packaging.python.org/en/latest/tutorials/packaging-projects/#configuring-metadata) shows this: ```toml [project.urls] "Homepage" = "https://github.com/pypa/sampleproject" "Bug Tracker" = "https://github.com/pypa/sampleproject/issues" ``` But this is just...
It would be really nice if you add macros to the documentation. Here a description how they work: First you need to create a macro with the QsciMacro Class. It...
If you install CoinKiller in a read only location (e.g. the official AppImage, Flatpak or Distro packages), the uodating of spritedata will not work. 
This makes it easier to install. Currently matplotlib is nowhere mentioned, so you only know that you need it by reading the Sphinx Log.
Flatpak has a Bug that Apps didn't start when you give them Permission to talk to a invalid D-Dbus name (flatpak/flatpak#4940). Until this is fixed, it is better to block...
This PR adds initial Support for translations. It's alrady fully working, but you need to prepare your code a little. On Every string that should be translated replace ```cpp "my...