Silver
Silver
Whoops, forgot the files, haha [IllegalDolalrSignOutput.zip](https://github.com/QuiltMC/quiltflower/files/8945561/IllegalDolalrSignOutput.zip)
To clarify the specific behavior of kotlin and java types, I recommend the kotlin docs on platform types https://kotlinlang.org/docs/java-interop.html#null-safety-and-platform-types > When you call methods on variables of platform types, Kotlin...
Im not a fan of `enchantment_stuff`/`enchantmentstuff` as a package name, there must be a better name than that, no? (Also is there a reason it isnt consistent?)
Actually thinking about this more, this could also help with cross-version compat in general The project im hoping to build specifically is a small shim api over chat + text...
Not sure why this is possible to be quite honest, this type of escaping works for `[` and `]` so id expect it to work for spaces as well
Sooo, I am running into the issue that this actually works perfectly fine on my machine? It has 0 issues loading a path with spaces in it
Running windows 11 here, Adoptium 18
Ahha! I can recreate it on my machine, but only if the spaces are in the polymc install path My current install has no spaces in that path so it...
This seem to happen for any sort of escaping, almost wondering if the solution is to just not escape anything until whatever point it becomes "safe"/required?
Nope not at the moment, I might consider it though