Meriel Luna Mittelbach

Results 162 comments of Meriel Luna Mittelbach

Some other things I tried: Setting `do_strip="no"`. No effect. Adding `add_dracutmodules+=" systemd-cryptsetup "` (similar errors relating to `/shutdown` online suggested it could help). No effect. Panic always occurs with the...

In terms of evaluating the languages, here are my thoughts: C++ is the most 'obvious' choice, but it strikes me as just trading one flavour of brittle for another, and...

In theory, Rust could leverage ELF shared object symbol versioning and similar tricks to prevent version mismatches between binaries and libraries. Unfortunately this mechanism is limited to 1) ELF targets...

It will also fail if the string *starts with* the terminator, rather than return an empty string. i.e. ```rs assert_eq!(not_space(" Hello"), Ok((" Hello", ""))) ``` Fails. This is super bothersome...

For what it's worth, I added a note to the GTNH wiki about it some time ago: https://gtnh.miraheze.org/wiki/Additional_Mods ![Image](https://github.com/user-attachments/assets/7675c5bb-a943-4ee9-a451-e3e2de0d60bd) So people installing Smooth Font from the wiki page will hopefully...

Worth noting that by default, cargo does not emit warnings in dependencies, so a `compile_warning` macro by itself would most likely not be useful for library authors, and I'm not...

Is there anything that's blocking this PR from being merged?

I see. What about publishing a pre-release version with this merged so we can ask the authors of said issues if they can update to the pre-release and if that...

This will probably not happen as `dbg_pls`' coloring has to ship an entire Rust syntax parser to do the highlighting, something that would be completely out of scope for `std`....

Anything higher than 32 is IMO overkill. If this is going to be closed due to lack of feedback, perhaps instead a note could be added to https://wiki.gtnewhorizons.com/wiki/Commands_and_Configurations ?