John Beckett

Results 5 comments of John Beckett

@nomadali I've had this problem for years when running a large number of tests with App Engine classic. The only solution that I've found is to rate limit the tests...

@pbarjoueian To run any tests with the App Engine classic environment, one has to get a context first. Just use this `NewContext()` to get the context instead of `appengine.NewContext()` If...

@pierrre I asked because I had a case where errors.Cause was returning an error which when compared to the original named error in a package did not evaluate as equal....

> Why aren't they equal ? I wish I knew. From everything that I understand, they should be, but for some unknown reason weren't evaluating as equal. > Did you...

@davecgh I was looking into this earlier, and although it may not work on all terminals, using the ASCII escape codes works just fine for in iTerm, which I assume...