Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-26 | Refactor usages of Optional's orElseThrow to getOrThrow | Aaron | |
Mojang's method is more concise and provides far superior error messages incase the value isn't present (like why it happened) whereas with Optionals its just the standard value not present message. | |||
2024-04-26 | Use Virtual Threads for updating the image repo | Aaron | |
This blocks threads for quite some time so its best if we use virtual threads to allow other processes to do work. | |||
2024-03-12 | Handling for when the directory does not exist yet (#593) | Aaron | |
2024-02-27 | Image Repo Loader | Aaron | |