l-austenfeld
l-austenfeld
This is a possible fix for #486 I implemented this similar to how the cheats database is handled. The resulting build works properly. Feel free to edit or reject this...
**Describe the bug** When building Checkpoint using `make 3ds` the build process fails to include the file `sprites.t3x` in the resulting `.cia` files romfs. This causes Checkpoint to crash on...
There seems to be an issue on running this crate on alpine linux. Minimal steps to reproduce (using docker) ``` docker pull rust:alpine docker run --rm -it rust:alpine ``` and...
# Description The ollama integration uses the function `aiter_text` to iterate over text chunks returned by ollama and decodes the chunk as a json object. This code fails if the...
When you create a container that has a network alias containing a space, a malformed aardvark-dns config will be created that will cause it to crash. ``` ❯ podman --version...