FalsePattern
FalsePattern
SpongePowered Mixins runs `getClassBytes` during the coremod setup in the LaunchWrapper to detect mixin injection targets, before Minecraft or FML gets properly initialized. This causes the `cpw.mods.fml.common.Loader.isModLoaded(modName)` method to throw...
The `E` 'Erase mark' operation removes an already existing timer mark with the current IP's ID. However, it is not defined whether it should reflect, or behave as no-op when...
``` java.lang.IllegalStateException: Write actions are prohibited at com.intellij.openapi.progress.util.ProgressIndicatorUtilService.throwCannotWriteException(ProgressIndicatorUtilService.java:96) at com.intellij.openapi.progress.util.ProgressIndicatorUtilService.prohibitWriteActionsInside(ProgressIndicatorUtilService.java:84) at com.intellij.openapi.progress.util.ProgressIndicatorUtils.prohibitWriteActionsInside(ProgressIndicatorUtils.java:133) at com.intellij.openapi.actionSystem.impl.ActionUpdater$computeOnEdt$2$1$2.invoke(ActionUpdater.kt:199) at com.intellij.openapi.actionSystem.impl.ActionUpdater$computeOnEdt$2$1$2.invoke(ActionUpdater.kt:200) at com.intellij.openapi.actionSystem.impl.ActionUpdater$computeOnEdt$2.invoke(ActionUpdater.kt:742) at com.intellij.openapi.actionSystem.impl.ActionUpdater$computeOnEdt$deferred$1$1.invoke(ActionUpdater.kt:468) at com.intellij.openapi.progress.CoroutinesKt.blockingContextInner(coroutines.kt:321) at com.intellij.openapi.progress.CoroutinesKt.access$blockingContextInner(coroutines.kt:1) at com.intellij.openapi.progress.CoroutinesKt$blockingContext$2.invokeSuspend(coroutines.kt:198) at com.intellij.openapi.progress.CoroutinesKt$blockingContext$2.invoke(coroutines.kt) at com.intellij.openapi.progress.CoroutinesKt$blockingContext$2.invoke(coroutines.kt)...
Looks like a different bug from the other chunk flicker incidents, so i'm moving it here instead. https://github.com/FalsePattern/FalseTweaks/assets/106000018/54e29342-ad4c-4d8d-8f03-8498984edf80 _Originally posted by @Omgise in https://github.com/FalsePattern/FalseTweaks/issues/142#issuecomment-1826794029_
Zig 0.12.0 has released last week as the current stable release as of writing. For the time being, the 0.13.0 has not diverged too much from 0.12 to require any...
Status reports about development progress.
This PR contains multiple features that we have added to neodymium on our internal development branch over the past several months. Most of these are deeply coupled with eachother, and...
This PR implements a common API to allow mods to use both NEID and EndlessIDs when they require extended values natively. For more information, see: https://github.com/GTNewHorizons/NotEnoughIds/pull/17
Once https://github.com/redhat-developer/lsp4ij/pull/735 is merged, investigate whether the current DAP debugger in zigbrains can be rewired to use the LSP4IJ one with feature parity. Notes: - LSP4IJ DAP works outside of...