max-mapper / max-mapper/concat-stream
Convert to real stream
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 574
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
The doc says
Since concat-stream is not itself a stream it does not emit errors
Making concat-stream would make it trivial to get the errors down from the pipeline. It could emit a data event when it's ready.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing concat-stream implementation and how its current pipeline behavior handles errors. Define the stream interface and error propagation expected by the issue, including when a data event should be emitted. Done means concat-stream is a real stream that exposes pipeline errors and emits data when the result is ready.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- stream-processing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100