Francesco Gazzetta

Results 277 comments of Francesco Gazzetta

> @fgaz you requested changes in this PR, and the issue, they claim, was fixed (I didn't check). Could you see if you could reevaluate it and maybe approve? All...

The process is not that complex, we just rename and alias the package and module. 5.9 is still named "minetest", so we should wait for 5.10. edit: the module is...

[5.10 is out](https://github.com/minetest/minetest/releases/tag/5.10.0), but we are in feature freeze, so we'll have to wait for the 24.11 branch-off

Fyi there are fixes for all of that here https://github.com/NixOS/nixpkgs/pull/324050. I'm waiting for icu 7.4 to [reach master](https://nixpk.gs/pr-tracker.html?pr=290509), then I can update the downstream ladybird package. edit: downstream tracking issue:...

Adding `-lGL` to the linker command fixes the issue (https://github.com/NixOS/nixpkgs/pull/377738). I don't know if this is an issue with the nix libGL package or if there's a missing target_link_libraries in...

+1! Specifically I'd like if release notes were extracted from git tag annotations ([example](https://git.sr.ht/~fgaz/minetest-extruder/refs)), which is a forge-agnostic way to attach a description to a tag. This way, there is...

> I don't think GitHub releases edit the tag annotations right? So there's not a universal solution I think the opposite (since the tag comes first) is doable. With the...

> The vodozemac rust bindings for C++ are no longer being maintained the fork by @tusooa is maintained and packaged in [AUR](https://aur.archlinux.org/packages/vodozemac-bindings-cpp-kazv) and ([soon](https://github.com/NixOS/nixpkgs/pull/422739))NixOS

> If you want to have a singular exe handle multiple plugin arguments, just write a wrapper You could even just use `argv[0]`, like coreutils does. --- I, too, would...

> @fgaz what do you need for this to go forward? Time and motivation :smiling_face_with_tear: It's a lot of tedious work, and it's not like it's blocking anything else (for...