Alexander Campbell

Results 4 comments of Alexander Campbell

_Still_ an issue. I'm using Fabric 1.19.2. However, it's not the tabs are empty, they just don't exist at all when playing on a server, while fine on singleplayer.

Bump also, same issue. macOS Ventura 13.2.1, still on the intel silicon using the new 0.7.0 version too

I believe [this commit](https://github.com/awslabs/amazon-ecr-credential-helper/commit/c0fd2e8fd547ce6c3c54af32f234e93c1cc24f19) fixed the problem as it was something in the dependency – however it's not yet in a new release. Building directly from source fixes the issue...

CHAMP conceptually splits each `object[]` into two sections, so it could actually use two arrays, one `Node[]` and one `T[]`. This would prevent boxing/unboxing in exchange for the memory cost...