Ethan Menell

Results 9 issues of Ethan Menell

This is a full swap to gradle using examples from https://github.com/aikar/util/blob/master/build.gradle and https://github.com/aikar/db/blob/master/build.gradle. Allows a start on #2 Should have no deprecated features, and I generated the wrappers for Gradle...

### Expected behavior If the field does have a value, even if nothing is serialized, it shouldn't throw an exception. If this isn't wanted for whatever reason, the documentation should...

This is just a heads up because I was looking at your code for handling enemy logs in the terminal, you have to set the TerminalNode's buyItemIndex, buyRerouteToMoon, and shipUnlockableID...

If you have two layers, each with the same texture but different tile sizes, the tile size of the first one spawned will override the tile size of the second....

Currently, whenever messages are deserialized, Lightyear doesn't check if the message types are actually the same. This usually leads to an incredibly cryptic error that is very hard to debug...

According to https://github.com/discord/discord-api-docs/blob/main/docs/topics/Threads.md#DOCS_RESOURCES_CHANNEL/list-public-archived-threads, getting archived threads, both public and private, are sorted by archived timestamp. The code instead takes an ID of some form, but the API expects an ISO...

Currently, the build.rs traverses the workspace from the target to create workspace.rs. With a global target file (set with an env var), that won't work, causing the build to always...

When disconnecting/reconnecting with a lot of replicated entities, I've found two errors that inconsistently occur: Sometimes (when debugging, it happens every time, so I assume it's a timing issue) hashbrown...

By default, running llvm-cov with a decently tested project of medium size (~10k LOC, ~20-30 integration tests) will take upwards of 3-4 minutes and generate potentially 100GB of files. It...