Jake Verbaten
Jake Verbaten
My understanding of the sink api is that is not very friendly for writing to, it needs a source and it's back pressure mechanism is to `pull()` when it wants...
> Getting it "close" to native numbers was much harder than expected and the best I could do still took 50% longer (and much more cpu). While thinking on potential...
If you add an offset to `pull()` it makes sense to also add an `offset` to `next()`
Correct, to note at which offset the n `bytes` where read into the buffer. But this raises a good question, what does `offset` on `pull()` mean ? the `offset` to...
Stream is a utility for connecting multiple bob streams together. It seems to be used like pipeline() For async iterator use case we can just export a function or class...
@broofa this is a non trivial and deeper problem that npm is a free for all and as it grows more weird and confusing shit is going to be on...
@broofa btw include me in that email!
> Of course, we can't delete hoarders because that will break apps that are depending on it already. lol.
:-1: Publishing the entire source code is good. I want to see the tests and other code in my node_modules when i install dependencies.
> published builds are considered ready for production, correct? This is why npm doesn't install dev dependencies. So why would you want to include test files in your production builds?...