Caleb Maclennan
Caleb Maclennan
That works to wrap `fn demo() -> String`, but that is not particularly useful since I need the Rust side of things to do proper error handling, not just unwrap...
I'm not sure I understand @Calandiel's comment either, but there does seem to be a little bit of a catch-22. For example I have a project that both builds an...
@Calandiel Please open this as a *new* issue, you can use the top right menu [on your first comment](https://github.com/mlua-rs/mlua/issues/424#issuecomment-2439146782) to "reference in new issue" and we can continue there.
> * Both of them must **not** be statically linked with Lua library (what `vendored` feature does) It seems like the `vendored` feature has been overloaded with two distinct modes...
Since v0.12.16 mdbook is already featured as an output format for CaSILE sources. Being able to process it as an input format might still be interesting.
I would say `bacon` doesn't have any business *changing* files. I would either wire up a custom trigger (`git ls-files | entr -c rustfmt /_`) or use an editor trigger....
Thanks, but I'm quite aware of how using masters work and the mechanics of how variable fonts are constructed and instances created. I'm not in the least bothered by the...
Libertinus Serif isn't even internally consistent with metrics and weights. The 400 weight Regular is pretty much the base point and the next-best consistency wise is Regular Bold, but the...
cc @TitanNano as you seem like the most likely to be able to verify if this is a bug or not.
The whole config I'm working on [is here](https://github.com/alerque/que-zsh/blob/starship/.config/starship.toml). Note the current iteration there has a workaround my hard coding the colors in the right segment to avoid this bug. Here...