Victor Vu

Results 5 issues of Victor Vu

Implements `asNodeWritable` as discussed in #358. This PR also adds a callback argument to `write` that gets called when the value written is sent downstream. **Advice needed** Currently, `write` has...

The 3.0.0 branch has been around for a long time, and I don't think any of us ever meant to drag it out for so long. I believe much of...

3.x

This code doesn't work. "done" is never printed. ``` javascript _([1]) .consume(function (err, x, push, next) { if (err) { push(err); next(); } else if (x === _.nil) { push(null,...

This issue tracks any changes we want for v3.0.0. See the 3.0.0 branch. The biggest change for now is a reimplementation of the Highland engine. See the original PR at...

3.x

The `_.wrapCallback(fs.exists);` in the `flatFilter` doesn't work. Find a new example.