Ruben Verborgh

Results 1034 comments of Ruben Verborgh

Perfect, happy to hear that! My colleague @joachimvh is testing the performance of streams, iterators, and ES6 native iterators for another project; his findings will be useful to make a...

I remember @joachimvh working on this. What were our results? Can we submit them to WWW dev track?

@joachimvh That's good news for the generators. Any need still for https://www.npmjs.com/package/asynciterator then?

Ah yes, I misread, indeed. So we have: 1. Node.js Buffer streams 2. sync generator / AsyncIterator 3. Node.js object streams 4. async generator Let's try to finish your tests...

@mielvds That would be less data to transfer, but creation of objects in JS land might (or might not!) be more expensive.

We'll indeed need to migrate to HTTPS. Unfortunately, the service is currently running on an old server, for which the usual solutions (Let's Encrypt) are not that straightforward. I'll investigate...

@joachimvh Need to think about HTTPS as well for the new server.

Thanks @orgads, we indeed net some work on the timeout implementation. I think this issue would be resolved with https://github.com/follow-redirects/follow-redirects/issues/181?

Maybe the server does not work with more recent EYE versions, that would be an easy explanation.

Oh yes, we are very likely deliberately blocking `localhost` access for security reasons 🙂