Salt
Salt
As a stopgap, using your favorite reverse proxy to serve a different, more restrictive `robots.txt` should work just fine. +1 either way though.
I was able to replicate this on the latest Curseforge-published* version of Botania on Fabric as well: * Minecraft 1.18.1 * Fabric Loader 0.12.12 * Fabric API 0.45.0+1.18 * Botania...
The previous behavior definitely had its advantages, being overall cheaper to build, having fewer moving parts, and pairing well with the density that planting on Vivid Grass allowed. It's also...
Yeah, with the addition of waterlogging, sugar cane farms got much cleaner and denser in Vanilla. I wouldn't be heartbroken if this went away, but there is charm to the...
>Is this step of running a docker compose file the standard of creating an app image? So, there isn't too much of a "standard" for creating AppImages besides needing to...
After refactoring to leverage create_release.py instead of running Randovania from source, I'm realizing that calling out to that script is duplicated work. We already build the application once; can we...
Outstanding changes right now are: * [Address these undocumented file paths](https://github.com/randovania/randovania/pull/3029/files/0d4af72a1f8bbc46eb51fd6d6038fbbe5406df2f) in `claris_randomizer.py`. The reason why they're there is because that's what I name the mono-bundled binaries. A rename to...
Interesting, what version of Debian is your WSL2 environment? Buster? I'm also getting a KeyError running that command on master (9b17bdb7). I'm not familiar enough with the codebase to know...
So I was able to generate a seed and patch a ROM just fine on a fresh install of Debian 10, with the caveat that I had to symlink in...
Dammit, it's a Python version thing. What was once `asyncio.streams.IncompleteReadError` in 3.7 is now `asyncio.exceptions.IncompleteReadError` in 3.8. I've changed `_read_data()` in `claris_randomizer.py` to use different try-except blocks depending on the...