JakobDev
JakobDev
This fixes the build on Freedesktop SDK 22.08
They more I think about the new tag, the more some cases become a problem. Here are a few things: The documentation says, that `always` in a `recommends` tag means,...
If you visit a project on release-monitoring.org, you see the list of all versions. This list contains the date, on which the version was released. But I have not found...
[RetroAchievements](https://retroachievements.org) is a site which add Achievements for retro games (like the name says). You can get the Achievements if you play the Game in a Emulator that supports RetroAchievements....
This PR adds a CI step to check if Linux dist files are valid. In case you wondering why I use Arch: The AppStream spec has gotten a few new...
f-e-d-c is currently used by [com.riverbankcomputing.PyQt.BaseApp](https://github.com/flathub/com.riverbankcomputing.PyQt.BaseApp) on 3 different branches. Having the branch (e.g. 5.15-22.08 or 6.3) would make it possible to see which branch is targeted directly in the...
If you use coroutines, lupa will not show a Python error. Here a code to reproduce: ```python from lupa import LuaRuntime def test(): int("Hello") lua = LuaRuntime() func = lua.eval("function(test)...
This function complete a Command like the Chat. e.g. commands.complete("time ") will return the table {"set","add","query"}. Another Usage of this function is getting information from MC. e.g. commands.complete("playsound ") will...
With a little help of @SquidDev . Just write a comment, if I had forget one. Closes #467.
With this function you can get the Direction of a Turtle. The return value is a number, because it can be used in Loops. Here are the return value: 1...