Douglas Wilson
Douglas Wilson
The current major has been out and in use long enough that at this point the bug is in the documentation for it. Seems reasonable to adjust it in next...
I know this is old, but just wanted to follow up here to note that as of today, there are 57 npm users who can publish a new version of...
Thanks for your work! I can't help but notice this example seems very similar to our mvc example, splitting the apps into sets of object operations by file and such....
Sorry about that, thanks for the ping! So I guess reading your response there, I'm just really confused. Does "Clean Architecture" mean something? Is there a link to where that...
Hey, sorry I was just trying to get the new release out. It looks like you still need to add a test for the change to res.redirect, as that was...
Ah, ok. Can you add tests for other values of transfer-encoding besides chunked as well, then? We want to make sure that res.send will work with other values too. As...
Hey! It's no problem at all :) Thanks for adding to the tests. But I think there is an issue with them: though you added other values, it does not...
I saw the PR come in, just haven't had time to look over it yet, I apologize.
So I started taking a look into this, and it seems like this is good, but only a first pass. There are still a bunch of issues. Mainly, the test...
@sogaani `superagent` just dropped the HTTP/2 support https://github.com/visionmedia/superagent/commit/b08371c72fbdca40dda3ad39fe8bbbee4a2718d5 maybe you can help them, or maybe we just need to use something else for our http/2 tests.