Dave Cheney

Results 267 comments of Dave Cheney

feel free to send a PR to change "this" to "this project"

There may be a bug with flag handling, I’ll take a look. Semi serious question, this tool gives you http timing information. If you want to hide the timing data,...

ok, let me figure out what's wrong with the `-I` flag.

Thanks for raising this issue. I'm not planning to work on it, but if you wanted to I'll take a PR. It should be pretty easy to do this, you'll...

I can't help but feel that this request is a direct by product of context's conflation of cancellation and a skiplist of values. I agree with the rationale for this,...

If you want to compile but run not tests, ``` go test -run=nope ./... ``` Replace nope with another pattern if you have test cases that match. On Fri, 27...

Please try -run=nope On Fri, 27 May 2016, 09:56 Matt Klein [email protected] wrote: > @davecheney https://github.com/davecheney I'm probably doing something > stupid but running that command still causes all the...

That is correct. The test binary is built and executed, but none of the test cases will be executed because they don't match the -run filter On Fri, May 27,...

Please no, clear is better than clever. I find these shortcut syntaxes impossibly obtuse. On Fri, 18 Aug 2017, 04:43 Robert Griesemer wrote: > I'm sympathetic to the general idea,...