coderbot

Results 51 issues of 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...

confirmed
compatibility
important

**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...

Bug
Confirmed
1.18

Only up to the first 50 videos of a playlist are added to the download queue: ![image](https://user-images.githubusercontent.com/22420959/183235224-c145c93c-b227-4d52-9d10-7958eff56907.png) After downloading all of the videos that get added to the queue, we...

enhancement

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...

enhancement

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...

feature request
accessibility
area: project and version pages

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...

bug

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...

enhancement

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...

bug

Would prevent needing to touch the biome jsons

enhancement

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...