Luca Barbato

Results 667 comments of Luca Barbato

`built` seems to unconditionally bring in git2.

I checked and git2 does not appear if `--no-default-features` is passed. There is an alternative crate that uses gix instead so probably we can prevent the problem.

I prepared https://github.com/watchexec/watchexec/pull/832 once it is part of a release we'll switch to it.

[git-filter-repo](https://github.com/newren/git-filter-repo) should make joining together the projects as workspace easily. I would make an esp-idf empty repo with the workspace and a main readme, then import the full history of...

There are plenty of open issues and pull requests for boringtun,

I'd consider the priority as part of the Repos and not the single Repo, for name I'm afraid we have two of them.

Aliases can happen later if somebody finds the need for it. You are right that Priority has to appear also in Repo if we want to save them one at...

While at it we can use [anstream](https://github.com/rust-cli/anstyle/tree/main/crates/anstream) to support `NO_COLOR`.

clap uses anstream internally already, tracing would need some overhaul already so we can collect the logs from the other process, I guess.

Uhm, first I need to figure out why everything breaks, then measure