Silas Groh

Results 43 comments of Silas Groh

I can confirm this. I only recently noticed that my mod said "client side: unsupported" and then found out that it's impossible to set it as client optional and server...

The only mod I see mentioned in that log is Carpet. Are you sure this is caused by Inventorio?

Could you please provide me with the following information then? - full list of mods (including versions) - Minecraft version - Fabric loader version - Java version

> Another workable way is using `spotless` configuration like > > ```kotlin > dependencies { > spotless("org.junit.jupiter:junit-jupiter:5.10.0") > spotless(libs.jupiter) > spotless(projects.b) > ... > } > ``` > > I...

I noticed this when trying to compile to Wasm with emscripten `emcc`, my computer kills the process after some time because there is no RAM left.

Issue #107 describes the progress of Linux support, and HID devices are not supported yet. I can also confirm that running Cemu through Proton (I use EmuDeck) also does not...

@reknih, the tree-sitter grammar from @SeniorMars can be found here: https://github.com/SeniorMars/tree-sitter-typst

I have integrated this in my crate [`syntastica`](https://github.com/RubixDev/syntastica/tree/precomp) now to improve the startup time. This is the result on my machine: ``` old behaviour: 2.803549488s with pre-compiled queries: 21.155867ms ```...

Hi! Inventorio maintainer here. By default Inventorio's tool belt slots accept items that extend the vanilla items classes (such as `SwordItem`), items that can perform a [matching action](https://github.com/RubixDev/Inventorio/blob/18058f65292187cc2144588951e17246c3fb0426/versions/1.20.1-forge/src/main/kotlin/de/rubixdev/inventorio/InventorioForge.kt#L59-L73) (such as...

this sounds like some sort of incompatibility with another mod as I have not experienced that myself yet. Could either of you figure out which mod is causing this or...