Ed Page
Ed Page
Reading those, it sounds like `go.mod` and `go.work` are related and `go.sum` and `go.work.sum` are related. It also appears that the `.sum` files are more like lockfiles while `go.mod` and...
So it sounds like #684 should be reverted and we should classify `go.mod` and `go.work` with `*.go` and this just becomes a hash detection issue.
Unsure what your "gentle nudge" is for. With the changes being reverted this mostly falls to those issues I linked earlier. btw "nudges", no matter the wording, are generally frowned...
> this just becomes a hash detection issue. that was referring back to https://github.com/crate-ci/typos/issues/1363#issuecomment-3221838172 where I linked out to more general hash detection issues. > A solution I shared 15...
Note that I only see this when the new progress bars are used. If I pipe to a file, the newline is present.
For some reason its no longer reproducing despite doing so just an hour or so ago. `main` hasn't changed in that time.
I'm using wezterm with zellij
You can use [`case`](https://shopify.github.io/liquid/tags/control-flow/) with the type name. Our main categories are blocks like this fall into - core liquid - part of jekyll - part of shopify I don't...
@shannmu in testing this, some of the output isn't ideal. The new completer is respecting the documented behavior in [`ValueHint::Unknown`](https://docs.rs/clap/latest/clap/enum.ValueHint.html#variant.Unknown) which means there are cases like `cargo add [TAB]` that...
Fish does a lot of parsing of Cargo output and people doing that is a reason we're careful about changing our output. It would be good to see if we...