rerun-io / rerun

Visualize streams of multimodal data. Fast, easy to use, and simple to integrate. Built in Rust using egui.
https://rerun.io/
Apache License 2.0
6.21k stars 287 forks source link

Pixi `cpp-fmt` command is not portable #6563

Open jleibs opened 2 months ago

jleibs commented 2 months ago

Running produces:

✨ Pixi task (cpp-fmt in cpp): fd --extension h --extension hpp --extension c  --extension cpp --exec clang-format -i
fd: command not found

We need a portable alternative to fd.

jleibs commented 2 months ago

We can just add this to the environment via pixi add fd-find. I'll make a PR once https://github.com/rerun-io/rerun/pull/6560 lands to avoid merge-conflicts on the pixi.lock file.