Kroppeb

Results 67 comments of Kroppeb

It seems I should call `tiff.close()`, that seems to reduce the memory usage quite a bit. It seems there are still buffers being retained with the following gc path. Not...

sealed classes/interfaces are still a preview feature in java 16, this might make it harder to implement/test

Why do classes have to extend `NbtStruct`? Feels quite limiting? It's not something that is needed for stuff like Kotlin's [map delegations](https://kotlinlang.org/docs/delegated-properties.html#storing-properties-in-a-map).

This issue is a bit to vague ihmo. What exactly is the goal?

> The goal is to be able to use a preexisting serializable class with the quilt config system In what sense? Do you think you could give an example?

ok that is the Kotlinx serialization part, but how does it "connect" to configs? * How does a config update when I change the value of `name` in `custom` *...

This is my old [code](https://github.com/Kroppeb/Fabric-Drawer/tree/Kropp/src/main/kotlin/kroppeb/test) to allow the use of kotlinx serializers to be used to serialize to and deserialize from nbt

> causing the process to return with an exit code of 1 I can't seem to reproduce this. I'm on windows and the return code is 0. Is this a...