Thomas Sanchez
Thomas Sanchez
Sorry to drop in like this, but is it the same bug that trigger that: Given a lua function: ``` function test(cpp_obj) cpp_obj:print() local cpp_obj2 = cpp_obj:obj2() cpp_obj:print() cpp_obj2:print() end...
I see, this is why you were talking about wrapping a reference. I'll see how it goes. I'll also evaluate others wrapper. @lucklove too bad you did not write your...
create a rustfmt.toml at the root of your repo with: `edition = "2024"` `cargo fmt` automatically configures rustfmt with the proper settings while rustfmt is much more conservative
And it is not a bug nor destined to doomemacs but to apheleia
It was on the report :) https://github.com/daedric/commonpp
In the meanwhile, you can download it via your browser and run: $> nix-prefetch-url file://$HOME/Downloads/exodus-linux-x64-24.19.4.zip And run `nix-shell -p exodus`.
Hey, Sorry, I'm back from vacation only today. > Are you trying to build fat binaries targetting both amd64 and armv8? Nope. I'm trying to make sure we can generate...