mafintosh / mafintosh/duplexify
Support `objectMode` for one side only
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 191
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
Should respect `readableObjectMode` and `writableObjectMode` options:
https://nodejs.org/dist/latest-v8.x/docs/api/stream.html#stream_object_mode_duplex_streams
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 with the Node.js object-mode duplex-stream documentation linked in the issue, then trace duplexify's readable and writable option handling. Done means readableObjectMode and writableObjectMode can be set independently and behavior matches the documented one-sided object mode.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100