Michael Kuc

Results 8 issues of Michael Kuc

Previously, despite the icons being present as SVG files, the icons were being rasterised prior to being scaled to their final size, making them look blurry. This change simply sets...

On top of #63, this adds whitespace preservation as an option, so that the input formatting can be more faithfully retained.

Depends on #42, and migrates to the standard of packaging tests under a `_test` module.

Depends on https://github.com/redis/go-redis/pull/2680. Adds expectations for the SELECT command, which changes the connection's currently selected DB. Note that this only means anything on `redis.Client`s, not `redis.ClusterClient`.

Adds password authentication to the SSH server, to allow users without a configured public key identity to log in. Also uses relative DB paths to avoid issues running the binary...

Not sure if this is something upstream would find useful, but I've added basic function parsing, and a function to import a binary file's data into the output stream. This...

Use the `${FOXXLL_INSTALL_INCLUDE_DIR}` variable to set the install destination of `config.hpp`. This was causing packaging issues for some reason when `${INSTALL_INCLUDE_DIR}` expanded to an empty string (placing the files at...

Uses type aliases for response schema definitions. While using a schema like: ```yaml paths: /example: get: responses: 200: content: application/json: schema: $ref: "#/components/schemas/OneOrAnother" components: schemas: One: type: object Another: type:...