EvilSupahFly

Results 60 comments of EvilSupahFly

I can use `libstdc++-dev` but apt will prompt for a specific version saying `lidstdc++-dev` is just a dummy package and I have to supply a version from the list it...

> > On the other hand, if I download lz4-4.3.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl myself, and save it to the project folder, and change url: to path: and supply the sha256sum, the project builds...

Just out of curiosity, how does removing the following from `amulet_map_editor/programs/edit/api/ui/file.py` help the flickering? Changing the canvas-related things I understand, but not this. ``` from math import floor, log10 def...

I implemented your fix into my flatpak project, but all I get is this now: ``` returned a result with an exception set NotImplementedError The above exception was the direct...

> I have been busy working on other things so I haven't had a chance to look over this. This is an issue that I would like to fix but...

Switching to QT means a complete re-write. Like, from the ground up - total overhaul. I mean, you could mix and match, but would probably be a coding nightmare. Wayland...

So...... I made a new VENV for Python 3.11.9, reinstalled Amulet using pip, and it works fine, but the water/lava textures are missing in my flatpak version, meaning it's likely...

The packaging process for Flatpak involves downloading everything first, then building a sandbox. I'm assuming that the models are included in the dependency chain or part of a package that...

I did have some trouble getting the flatpak to even build properly in the first place. I don't know why, but flatpak-builder was never able to install LZ4 with PIP....

So, the artifact built by GIT using their Flatpak Workflow also suffers from these missing textures, and I don't know why. Nothing shows up in the debug log indicating a...