Andrew Morrow

Results 4 comments of Andrew Morrow

Oh man, it's been such a long time that I can't remember what the exact failing cases were. At the time, I was being paid to develop a children's coloring...

In version 1.4.3, computing the min or max of a WaveForm throws an IndexError which is fixed by commit d4b5dad126bdae85dde7312a5bdfad34cd76caf2. Would it be possible to update conda-forge so that conda...

I've encountered the same issue. [Here's a commit adding a unit test that semi-reliably reproduces the issue.](https://github.com/morrowa/OHHTTPStubs/commit/959198e1c70d9cc6d110f1b2d7736a9cf2e18969) I've been able to reproduce the issue in the iOS 11 simulator and...

I've been able to reproduce the issue without any OHHTTPStubs code at all. I suspect there's a race condition in Apple's implementation of `NSURLProtocol`, `NSURLProtocolClient`, and/or `NSURLSession`. In [the attached...