Josiah Glosson

Results 39 issues of Josiah Glosson

It would be extremely useful to have data structure-based tags (such as `NbtCompound`) be mutable.

enhancement

If you attempt to serialize an `NbtTag` and have a subclass of that tag, a `SerializationException` occurs. ``` Exception in thread "main" kotlinx.serialization.SerializationException: Class 'NbtCompound' is not registered for polymorphic...

I've noticed that no functions in this class are inline. While the performance benefits of inlining here are maybe minimal, non-inlined functions each generate their own class (in Kotlin

In 1.20.2, there is a more accurate ping value, used to populate the ping graph. This functionality could be integrated into /cping. Note that this ping isn't calculated unless the...

enhancement

### Mojang Bug Report ID MC-233642/MC-51340 ### Bug adhere to the guidelines. - [X] I made sure that this bug adheres to the guidelines. ### Has not already been requested....

patch request

### Is your suggested enhancement related to a problem? Please describe. _No response_ ### Describe the solution you'd like Quilt mods have a group ID as well as a regular...

enhancement

I know it's trivially reimplementable, but it still feels frustrating to reinvent the wheel when there's a perfectly good wheel that's internal. (I actually just copied the class into my...

enhancement

**Is your feature request related to a problem? Please describe.** I am unable to obtain a `com.ionspin.kotlin.bignum.integer.BigInteger` from a `java.math.BigInteger`. **Describe the solution you'd like** An extension method on `java.math.BigInteger`...

enhancement
good first issue

Recently, Fabric [added a data attachment API](https://modrinth.com/mod/fabric-api/version/0.95.0+1.20.4). This is something that exists in NeoForge and Forge (to some extent), and now it's on Fabric too. It would be great if...