Ed Page

Results 596 issues of Ed Page

See https://doc.rust-lang.org/cargo/reference/features.html

A-features
A-editions

> 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...

A-style
A-stream

With #4, we can now use our own parser. We might need to reuse some code from `anstyle-stream` to do so.

C-enhancement
A-style

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?

C-enhancement
A-stream

@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...

A-cli
C-enhancement

- `cargo run` - `cargo ` and likely other cases require completing other commands. See https://carapace-sh.github.io/carapace-bin/spec/embed.html

C-enhancement
E-hard
A-completion

See #3166

C-enhancement
E-medium
A-completion

We can check if a flag uses `UnknownArgumentValueParser` as its value parser and include the "suggested" argument as another candidate.

C-enhancement
E-medium
A-completion

Carapace has a way to report status back during completions, see - https://carapace.sh/ - https://carapace-sh.github.io/carapace/carapace/defaultActions/actionMessage.html

C-enhancement
M-breaking-change
E-medium
A-completion