EvilSupahFly

Results 13 issues of EvilSupahFly

Cython is required, but not listed in `requirements.txt` which causes PIP to fail unless it's already installed, and the requirement `torch==1.0.0` needs to be changed because there isn't a `1.0.0`:...

Script is having an issue with `wget` evidently on Ubuntu Wily, though I can't imagine why since this script has been running fine for years and I use `wget` frequently...

So, I have a server being setup for my kids and their friends. Naturally, I figured I would pre-generate a large chunk of the terrain, so I came here, as...

Adding libstdc++-12-dev allows compiling on Ubuntu and it's derivatives. Otherwise it fails with the error `/usr/bin/ld: cannot find -lstdc++: No such file or directory`

It's not super urgent, as I don't have much free time, but I'd like to make Amulet into a Flatpak for Linux users who don't want to mess with or...

## Bug Report Water and Lava blocks aren't being rendered on my 3D map on Linux. ### Current Behaviour: Missing blocks ### Expected behavior: Not missing blocks ### Steps To...

type: bug
state: triage

Trying to build a flatpak application from a Python project which requires lz4. However, when building from source, the build fails: ``` ======================================================================== Building module python3-lz4 in /home/evilsupahfly/src/Flatpak Testing/.flatpak-builder/build/python3-lz4-1 ========================================================================...

The _**iventoy.sh**_ script is pretty handy, but rather than have it terminate if not being run as root, like this: ``` uid=$(id -u) if [ $uid -ne 0 ]; then...

## Bug Report: Water and Lava blocks aren't loading, but only in the Flatpak version. ### Current Behaviour: Water and Lava blocks aren't loading, but only in the Flatpak version....

type: bug
state: triage

I've encountered problems several times with packages not building properly from .tar.gz, but building just fine when using the .whl for that same package because version information is missing or...

pip