Kyran Gostelow
Kyran Gostelow
Creating an event loop, giving it to a context and then running it via `run_return` in a new thread seems to give peculiar behaviour and does not error.
Launching minecraft with MCMTFabric currently seems to leave memory to bubble up pretty quickly. I got to 14GB used in less than 5 minutes. While typing this, another 3 minutes...
Getting: "net.minecraft.class_1922.method_8320(net.minecraft.class_2338)" because "☃" is null ```log [STDERR]: java.lang.NullPointerException: Cannot invoke "net.minecraft.class_1922.method_8320(net.minecraft.class_2338)" because "☃" is null [STDERR]: at net.minecraft.class_14.method_58(class_14.java:550) [STDERR]: at net.minecraft.class_14.method_23476(class_14.java:491) [STDERR]: at net.minecraft.class_14.method_25(class_14.java:476) [STDERR]: at net.minecraft.class_14.method_64(class_14.java:418) [STDERR]: at...
This is a dirty log of various errors I am coming across. Very possible they could be from other mods or the interaction between obscure mods and MCMT. Or from...
I'm getting the extra music but no ambient sounds, not sure why. Ambient sound is on maximum. I have played with the mod for numerous hours but not heard any....
**Describe the Bug** When creating multiple files simultaneously using `beaker.hyperdrive.writeFile`, files after the first will fail with an uncaught error. `index.html:1 Uncaught (in promise) Error: Uncaught Error: PathAlreadyExists: Path `...`...
In the process of making & testing #513 I noticed that Glue pins the disk at full usage. It seems to halt too, perhaps because of disk waits. This occurs...
See: #511 Resolves: #511
Per discord messages, starting [here](https://discord.com/channels/780298017940176946/780298017940176949/960070448685674537), it'd be awesome to have benchmark suites for both GlueSQL & MultiSQL for comparison. Could be useful for highlighting areas where we differ and as...
It'd be nice to be able to aggregate values like: `SUM(activity.quantity * cost.multiplier)`