Eden Tyler-Moss
Eden Tyler-Moss
I find using regular method & parameter decorators rather hacky when trying to work with arguments as they are disconnected. For instance in my code below, I need to check...
Hi all, Wondering if anyone can answer why in the code chunks are split up into the `Chunk` , `ChunkSection`, and `Layer` classes. The last one I think I get,...
I'm interfacing with the JVM / JDBC, and when I call `ResultSet.getBytes(col)`, I am getting an exception because the column is not 16 bytes. I confirmed this is the case...
This adds systemd support for #191. Features: * Containers ran by the systemd daemon (i.e. when using Podman Quadlets) can now be managed by lazymc-docker-proxy. * Communication with systemd is...
[Podman Quadlets](https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html) are currently not supported. When managed by Quadlet files, systemd takes care of starting and stopping containers. In particular, stopped containers are destroyed. Because of this, lazy-mc-docker-proxy cannot...
Implementation for #908.
This allows custom algorithms to use the same error type. Aids with #908.
Allows for easily deriving Debug for structs containing ToSql (e.g. structs for query building).
Fixes #397
Issue could be with more than just this flag, untested with others. Looks like the column size (`nvarchar(x)`) is also incorrect? ```sql client.execute(" CREATE TABLE [Example] ( ID INT PRIMARY...