ViRb3

Results 206 comments of ViRb3

Apologies for the force pushes, wanted to keep the history clean. This should be good for now, any new changes I will add as separate commits.

You may want to check this out: https://github.com/ViRb3/jvminspector

@kylefmohr: > -buildvcs Whether to stamp binaries with version control information. By default, version control information is stamped into a binary if the main package and the main module containing...

Sorry @kylefmohr, I know you're only trying to help, but as you correctly identified, having this server-side generator is a huge security risk, and even if I'm sure you are...

Copying my response from the linked PR above: I really appreciate your willingness to help. I read your guide [on Fly.io], but one thing worries me a lot: > You...

Guide updated, check it out: https://github.com/SignTools/SignTools/blob/master/INSTALL-SIMPLE.md

@noobanidus This is due to https://github.com/noobanidus/Lootr/blob/e65147f1c8fab9bb96173a48c535a968982325ac/src/main/java/noobanidus/mods/lootr/event/HandleChunk.java#L21-L32 You are caching every loaded chunk and never unloading it. After a while, the map gets so huge, that every lookup kills the server's...

Apologies, I didn't have the time to look carefully and only glimpsed at the code. I was aware that you're not loading the chunks, but I thought you were keeping...

Dumping some of our findings from Discord to track better here. I used a debug build provided by @noobanidus that logs entries which are unable to be converted after 2...