Guillaume D.

Results 17 comments of Guillaume D.

Thinking about making it a hole, you could see space with parallax through it, it would indicate abscence of anything.

I think unused could be used before any decl: ```zig unused fn myFunc() void { } ``` ```zig unused const myDecl = comptime blk: { } ```` it would fix...

Hey :) trying to take on that task, will keep you updated

I implemented most of the encoder by copying from my prototype, it works wonders! ![out](https://user-images.githubusercontent.com/24529384/193894287-982c6599-2298-408f-9420-c570924205b0.png) Got this by reading from a QOI and writing back to a PNG, all using...

I agree with @kuon , drawing methods might make the library much bigger, and would be bloat for anybody not needing that

How about on the "my comparisons" list? it seems like the best choice for an action related to managing comparisons It could be only visible when hovering the comparison to...

Here's how to patch the jar release in case you need it working now: - Download the file from the PR: https://github.com/FabricMC/Enigma/blob/0f1e72926a17c561ace2936c091c0c195424744c/enigma/src/main/java/cuchaz/enigma/EnigmaProject.java - Download the jar release: https://maven.fabricmc.net/cuchaz/enigma-swing/2.3.3/ - Compile...

@AlexTMjugador Okay thanks! I was using Enigma as it was recommended for older versions of minecraft, but I had better luck with RetroMCP