AI-WAIFU
AI-WAIFU
Currently there's a problem where if the host linux version is not exactly right, auditwheel will complain, to get around this, the relevant version should be detected automatically when building...
Add compact, short information about your PR for easier understanding: This PR adds a script that enables user recording ## To do This PR is a Work in Progress. -...
Currently the scripts folder was created to include minetester scripts, however there is already a scripts folder called utils, minetester specific scripts should be moved into a minetester folder in...
Currently, when the minetest binary is installed, it makes assumptions about where it's directories are, and this winds up being inside the package structure, which is not ideal as it...
Self explanatory, builds/tests should happen automatically when opening a PR.
Currently, when compiling the binary for minetest, and opening it up to play. The "exit to menu" functionality is broken. Steps to reproduce: -Compile minetest -Create world -Join world -Open...
The current develop branch forks from the latest minetest code sometime in December about a month after the release of 5.6.1. When 5.6.2 comes out we should fastforward to that...
Currently we rely on xvfb for headless operation, [this](https://minerl.readthedocs.io/en/latest/notes/performance-tips.html#faster-alternative-to-xvfb) describes a way to modify the runtime to enable GPU rendering, which could accelerate performance.
- Temporary workaround to get tests passing. Only applies the mark.forked change to tests that need it, run everything else without the --forked option. - Updates to hf conversion to...