Ed Page
Ed Page
See https://doc.rust-lang.org/cargo/reference/features.html
> This is one of the major design points I tried to solve with https://docs.rs/stylish too, it completely decouples applying attributes to a string from encoding those attributes for an...
With #4, we can now use our own parser. We might need to reuse some code from `anstyle-stream` to do so.
This was split out of #5. What if `anstyle-stream` provided a way to use trucolor and have it automatically adapted to Ansi256 or Ansi16, depending on what the terminal supports?
@dcuddeback looking to file an [unmaintained advisory](https://github.com/rustsec/advisory-db/blob/main/HOWTO_UNMAINTAINED.md) against this but wanted to check in with you first. The reason this is important is that libusb is building against an old...
See - https://github.com/rust-lang/cargo/actions/runs/8043357911/job/21965310440 - https://github.com/rust-lang/cargo/blob/master/ci/validate-version-bump.sh For more context, see also [zulip](https://rust-lang.zulipchat.com/#narrow/stream/246057-t-cargo/topic/gix-ref.20CI.20error) According to the zulip thread, this is done because - "baseline" for crates.io won't have a lockfile and will...
- `cargo run` - `cargo ` and likely other cases require completing other commands. See https://carapace-sh.github.io/carapace-bin/spec/embed.html
We can check if a flag uses `UnknownArgumentValueParser` as its value parser and include the "suggested" argument as another candidate.
Carapace has a way to report status back during completions, see - https://carapace.sh/ - https://carapace-sh.github.io/carapace/carapace/defaultActions/actionMessage.html