B. Szilvasy
B. Szilvasy
Origami is great since it lets you fold large sections of code such as function bodies or classes. The default behaviour of `tsx-mode` is to set origami regions exclusively to...
**Is your feature request related to a problem? Please describe.** The [Recipe](https://github.com/GregTechCE/GregTech/blob/master/src/main/java/gregtech/api/recipes/Recipe.java) class and the entire recipe system revolves around items, fluids and EU being the only requirements for recipes....
# Version Information Forge version: 31.1.25 Botania version: r11-378.63 but 1.15 # Further Information Steps to reproduce: 1. Take a Wand of the Forest. 2. Use it to rotate half...
Adds `#:guard-maker` arguments for tuple, wrapper and record types, as well as `-guard-maker/c` macros for creating these from contracts. Since these are all implemented in terms of just the tuple...
This PR adds default `prop:flat-contract` implementations to singleton and enum types, allowing singleton instances and enum constants to be used as contracts. Implements #426.
Equivalent of https://github.com/Vazkii/Patchouli/pull/427 for Fabric.
This PR augments the existing busy-wait based synchronisation of stop-the-world (STW) sections using proper OS-based synchronisation primitives (barriers and futexes). The branch also currently includes a couple (the first two)...
The changes to `Starter.cs` introduced here a41a224be13d6f65538213624aaadb8395548545, specifically the use of the three-argument `Path.Combine`, doesn't work on a game I'm trying (Overcooked! 2) running .NET framework 3.5—the game just spams...
This PR fixes a few memory bugs surrounding `runtime_events_loc` in `runtime_events_consumer.c`, as mentioned in #13089, specifically in [`caml_runtime_events_create_cursor`](https://github.com/ocaml/ocaml/blob/4c6a3849022ba19c23fb1860095f65eb09da157c/otherlibs/runtime_events/runtime_events_consumer.c#L92). These bugs are: - The code path for `Runtime_events.create_cursor None` (the `pid...
This can reduce ambiguity and possibly allow for function arrays, or associatives with function values, if `ZenTypeFunctionCallable#toJavaClass` ever gets implemented.