Stan
Stan
I would also love to see this, anyone managed a work around? Atm I am overriding my base serializable classes from commonsMain in jvmMain to include the `_id` property. However,...
Should this issue be closed?
I did experience this issue with the following (test) plugin @Tomm0017 : https://paste.ofcode.org/L6RBWiS4EacUYySANia44a Simply execute the command ::poh twice and wait a short period of time, the client will stop...
I ran some code to print out the exact coordinates of the instance for each height level results: https://paste.ofcode.org/vZ2UhrN3bvMYSsPz3QKBVv These are prints of a 13x13 matrix of chunks for a...
I believe this cannot be fixed (elegantly) at the moment. The npc option packet handler directly calls the pawn.attack method. The pawn.attack method then overrides the pawn's combat target before...
I found two potentially useful projects with regards to writing h5 * https://github.com/h5jan/h5jan-core * https://github.com/saddle/jhdf5
Hey, I'd like to contribute a bit again. Could do this one. One question I have, in some cases Keras specifies different shapes depending upon the `data_format` being `channels_first` or...
Also I guess `Input` and `Flatten` do not need this documentation?
Maybe we can abstract out the serialisation part, then provide a default serialiser for the Keras weight format (this seems most fitting for KotlinDL). If we abstract the serialisation part,...
Nevermind the KTor part, it came to mind because it has a nice syntax for handling serialisation (e.g. https://ktor.io/docs/kotlin-serialization.html#register_arbitrary_converter). But now come to think of it, we probably don't want...