Ed Page

Results 4057 comments of Ed Page

1.38.1 was released on 2025-10-07. 1.39.0 was released on 2025-10-31. - maturin was not upgraded in that time (https://github.com/crate-ci/typos/commits/master/crates/typos-cli/pyproject.toml) - Not seeing much that changed in our repo in general...

This is an interesting one. So far, we've isolated - config is for user or run agnostic, repo specific information - command line is for user or run specific information...

Note that we have [`Command::pipe_stdin`](https://docs.rs/assert_cmd/latest/assert_cmd/cmd/struct.Command.html#method.pipe_stdin) which sounds like your `redirect_stdin`. Doing similar for `stdout` and `stderr` is a bit odd because we only return a `std::process::Output`. It doesn't quite fit...

We've kept the shell support issues open because no one has yet created a definition of done for them. Mainly that identifying regressions from the existing stable completions and addressing...

@shannmu is there a reason #5602 didn't close this?

I don't what `allow_hyphen_values` has to do with `value_delimiter`. I don't quite understand your explanation. Mind re-phrasing or providing examples?

@shannmu I had missed that. If there is a known issue in a PR, call it out. That should have been discussed before merging.