Eden Tyler-Moss

Results 13 issues of 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...

Enhancement :new:
Community :family_man_girl:
Discussion :speech_balloon:

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...

T: bug
W: external
D2: medium
U1: want to have
C: type

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...

enhancement

[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...

enhancement

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).

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...