LordMZTE

Results 41 comments of LordMZTE

I think it would be best, if we made the `zigup` package provide `zig`, so zigup can be used instead of `zig` (this is also what rustup does). As for...

@googlebot I signed it!

It looks like the failing CI isn't caused by my changes.

I agree that logic shouldn't be done inside of template structs, but the main use case for this I thought of would be a function that converts some data to...

Yea, one more question: the current shell configs hard-code the keybind to Ctrl-h. Maybe we should add a CLI option that omits the command that sets the keybind, so the...

I suggest that background cat should not get larger than normal, only smaller if the window is an insufficient catbox.

Thanks! Unfortunately, MultiMC doesn't accept a file path as a launch argument, but that should be easy to fix with a simple shellscript. Thanks for explaining the custom emulators feature....

For anyone else who might be interested in doing this, I managed to get it work with these settings: - Executable: `/home/username/.local/bin/gamehub_multimc` - Arguments: `$file $game_args` - Executable Patter: `./instance.cfg`...

I think that's a great idea, and it was actually what I tried initially, however, I ran into a few issues with this: - The `AsChunk` implementation for `Path` conflicts...

I don't think using an embedded interpreter is necessary here. What could also be a much easier and more convenient option is to actually just use a custom binary, and...