coderbot
coderbot
https://github.com/Blancworks/Figura/blob/1585c2908ff9e800f606fa47074d4ba51174d10d/src/main/java/net/blancworks/figura/lua/api/RenderLayerAPI.java#L632 The internal Iris interfaces are not API-stable, and might not be available in future Iris releases. Please use IrisApi instead. Also, as a note, the stencil buffer workarounds will...
**Minecraft Version:** 1.14, 1.15 **Forge Version:** all 1.14 and 1.15 versions up to and including https://github.com/MinecraftForge/MinecraftForge/commit/e8ce61d4cd2de3250a27b1d4b8aa20d88e53c0d7 **Logs:** not applicable **Steps to Reproduce:** 1. Search for construction of `EntityEvent.CanUpdate` and see...
Only up to the first 50 videos of a playlist are added to the download queue:  After downloading all of the videos that get added to the queue, we...
When copying a playlist URL from the playlists page on someone's channel, you actually get a video URL with the playlist as part of it (`https://www.youtube.com/watch?v=_lmIiJ1aAXY&list=PL7j0JO-w0xWltFhrD8ksJrm8K6QYbMSf-`). But, when you paste...
When users navigate to a mod page, it could be difficult for them to figure out where the button to actually download the mod is. I think that it would...
It would be nice if it were possible to export the valid sources, ignoring the source files that couldn't be decompiled. That would be more helpful than not returning any...
When a class contains invalid method bytecode, ASM Analysis will crash while trying to analyze the method. Currently, this crashes Enigma, without hinting at which specific method is causing the...
If a class name contains the $ character, it does not show up in the class list, and no errors are displayed. However, $ is a perfectly valid character in...
This is a workaround for https://github.com/FabricMC/fabric/issues/66. Otherwise, all sorts of bad things happen to worlds loaded in a dev environment. It would be good to somehow patch that bug, so...