Mechite
Mechite
> what was the use case that motivated this that desired setting cookies? Is is a REST API Yes - a REST API for a single-page app, using cookies ends...
Just leaving a comment to say I dislike my exception idea after thinking about it a bit. Some kind of thread local / ScopedValue etc makes more sense. Personally I...
I'd recommend you copy the configurations from Pterodactyl and reuse certain bits of their code since it should be pretty simple to make a 1:1 theme, Dashactyl would also need...
> > Personally I find Lettuce to be the modern client > > Yeah, no problem with that. Are you going to build / contribute a ebean-lettuce module? Happy to...
Why would anything break? Assuming you mean you want to preserve your Bluecord settings... The best I've got to easily do this is to screenshot your Bluecord settings, clear app...
> exclusively uses virtual threads right.. didn't know that. you learn something new every day
random question... is the `.impl` package preferred here? in Avaje projects the pattern I picked up was either — same package, `public interface SomeInterface ...` & `final ... DSomeInterface ...`,...
To add, would be nice if it implemented `AutoCloseable` In my case, helps integration as a bean with DI framework, maybe its nice to be able to close a `ServerConnector`...
~~https://github.com/Mechite/test-graal-nativeimage~~ ~~Created a test repository which was used to demonstrate~~ EDIT - No need for one to use my repository, one above can also be used for reproducing what I...
> Hi [@Mechite](https://github.com/Mechite) you can just simply copy the SQLite file to backup it. I am aware. I did state that in the issue, this is the obvious way of...