question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bring error unpipe overrides into core

See original GitHub issue
  • Document this option

This will be off by default, but I think this is a common enough case that people would like this.

I envision the API looking like this:

gulp.src(['**/*.js'], {partial: true})

will block unpipe events downstream

Issue Analytics

  • State:closed
  • Created 10 years ago
  • Comments:13 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
phatedcommented, Jul 29, 2018

Node’s recommended pattern is to use streams.pipeline() now - We’ll be documenting this as “Getting Started - Error Management” so I’m going to close this.

0reactions
phatedcommented, Sep 12, 2016

@contra The complex solution would be for gulp.src to return a mock stream that exposed a pipe method that queued streams into pump or pumpify but that seems overkill and makes gulp.src streams behave differently than browserify or other node streams.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Stream | Node.js v19.3.0 Documentation
The 'unpipe' event is emitted when the stream.unpipe() method is called on a Readable stream, removing this Writable from its set of destinations....
Read more >
apt - dpkg-deb: error: paste subprocess was killed by signal ...
You can try to solve it by opening the Terminal (tipically Ctrl + Alt + T ) and from there executing sudo dpkg...
Read more >
minipass - npm
There are several things that make Minipass streams different from (and in some ways superior to) Node.js core streams.
Read more >
Class: Logger
Override default global log level. ... Resets the logger to default settings, error and no filtered ... Log a message at the error...
Read more >
How to fix the error lines override bar c3 js - Stack Overflow
1st try setting the gridlines grid: { lines: { front: false } }. The above really should work per https://github.com/c3js/c3/issues/462.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found