Max Henkel

Results 6 issues of Max Henkel

Version `2.0` seems to have some issues with 1.19.1. The completion itself works fine, but when trying to execute the command, the game doesn't seem to recognize the command: `Unknown...

It would be nice if you can decide on which screen the window should attach if you have multiple monitors. Or alternatively on which position the window should be.

### Describe the bug I'm not sure if this is a frontend or backend issue, but when changing the client side setting from `Unsupported` to `Optional`, it keeps resetting. Just...

bug

This PR adds the ability for mods to add their own update checking logic. Please let me know if you want anything changed. I hope you consider merging this PR,...

Version: `v0.17.3-beta` OS: Win 11 When I try to install a neoforge modpack using `mrpack-install .\mypack.mrpack` I get ``` Server file not present, downloading... (Point --server-dir and --server-file to existing...

This causes the null check in `rnnoise_model_free` to be not `NULL` when creating a model using `rnnoise_model_from_buffer` and thus trying to close a file handle that does not exist. https://github.com/xiph/rnnoise/blob/70f1d256acd4b34a572f999a05c87bf00b67730d/src/denoise.c#L236-L241...