Paul Melnikow
Paul Melnikow
`retry()` is covered by #71!
Yes, I think it will, though it hasn't been shipped yet. We have some breaking changes and should get ready for a 2.0.0 release. Would shipping a prerelease version make...
This test failure occurs when trying to print a `statusCode` from an `undefined` response. Is that something that ever happens in reality?
How would you like to proceed with this? Would you like me to break it out into a separate repo? Or to set up lerna?
I've gone ahead and created the organization, and invited you and @cvega. That reminds me: @Fishbowler, I wonder if you would like to join forces with us. Would be great...
Do you want to move the repo over @MarkHerhold?
You should be able to access it here: https://github.com/icedfrisby
> How could we manage upgrades on existing installs where it's in use? Is it enough to rely on people having solid package.json settings for packages? Maybe we deprecate and...
Sounds good to me! It seems like we should also remove mock_request which is deprecated, and replace everything with nock. Does that make sense?
Also! If we switch over to using promises and promise-based tests, we should be able to make our test setup should easier to reason about. Instead of `.toss()`-ing the tests...