THEREALWWEFAN231

Results 9 issues of THEREALWWEFAN231

Empty arrays in a GLSL "pixel" shader causes the program to crash, I tested it in a new project and it crash. ```vec4[] colors = vec4[]();``` You have to edit...

So it appears there is a memory leak with `DatabindJavascriptMethodHandler.Data`. I have some javascript that is ran "every frame" ```javascript setInterval(() => { isEnabled = module.isEnabled(); }, 0); ``` the...

**Inertia Utility Mod version:** 3.1.1 **Minecraft version:** 1.16.1 **What's the issue:** RigsZer0#4034 claims block logger doesn't work in 1.16.1, its generating the json files with the elements empty

bug

Only chat messages from users who are friended should show. Saw it in a ticket.

enhancement

I could of swore there was an issue for this, but I couldn't find it?!?!? So like .value kill_aura 1.9+_delay toggle So the options would be true, false, toggle.

enhancement

Optional chaining does not work, I get this error `SyntaxError: Unexpected token '.'` ```js if (listener?.mouseMoved?.() == false) { return; } ```

i got thos error java.lang.RuntimeExcepton: ava.lang.RuntimeExcepton: Dex returned 6 with error: can u plz fix it fast i really want to play mcpc on my tablet

I'm not sure if this is the correct place to post this report, I think so. The issue started in fabric loader 0.12 and above. For reference the example is...

I think I'd be cool if you could create an Image from a texture already on the GPU. For example I'm using opengl and do some native rendering to a...