Mechite

Results 19 issues of Mechite

Please add a license.

Could we see some kind of websocket support here or in a seperate `avaje-sockets` library? It would be nice to be able to have a Spring-like system for them too,...

https://www.eclipse.org/jetty/documentation/jetty-11/programming-guide/index.html#pg-server-http-connector-protocol-http3 Jetty has a full implementation of HTTP3 (the only other implementation I have seen since [flupke](https://github.com/ptrd/flupke)). ### Motivation - Better performance (difference would be negligible right now, but once...

### Module Core ### Proposal JPMS isn't supported by this module - `Automatic-Module-Name` can be added to the manifest for all of the modules or a `module-info` made.

resolution/somedaymaybe
type/enhancement

I'm curious what the reasoning for not using Tailwind and copying the layout from Pterodactyl itself to make an actually faithful remake is. The current layout of this panel just...

enhancement
wontfix

An experiment, created a simple parser with `jsonb` dependency as a separate module. Did this because I saw #94 was closed, and this seemed like the first simple thing that...

#44 This implementation needs further refinement, and potentially some tests. (I have not tried it yet at all and simply made the PR to get the changes in here early...

# How does Kwik play with virtual threads? I see many usages of `synchronized` keyword in current implementation methods (easy reference is Kwik log impl), perhaps `ReentrantLock` is extremely easy...