Roger Peppe
Roger Peppe
Nice. `~` makes a great modifier because of its association with approximation and because it's not a valid Go operator.
Yeah, maybe `gogrep -i` to use stdin? I'm not generally keen on abusing `-` to mean stdin, although the probability of collision is pretty low here. As for type checking,...
The documentation has installation of the program as one of the steps, but then neglects to actually say to run the program (the suggested "upspin setupstorage-gcp" command doesn't work). I...
I think it's worth keeping the current API around as we don't really want people to have to change all their code to move to the new API and the...
If we do a v2, then I think we could happily drop support for old Go releases and streamline the API a lot.
Yes, I've been wanting to do this for ages!
I'd start with the `testify` rewrite because I think that's easier and because I'd like it to be easy to suggest that people migrate, and it's more of a clear...
bikeshedding on the name: `qtfix` ? `gofixqt` ? (I quite like including "go" in Go-oriented commands FWIW).
For v2, the plan is to move to `github.com/go-quicktest/qt`.
@pickfire If you're talking about #113, that doesn't fix this issue AFAICS - it looks like that's about supporting binary numeric literals, whereas this is about supporting the `!!binary` tag...