jprichardson / jprichardson/node-suppose
Offer TTYs to processes
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 255
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
Seems Docker needs that terminal to be a TTY to allow to enable both the -i and -t flags, but node-suppose is using regular streams. Probably it would be needed to use pty.js to enable them.
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
No files or tests are identified. Start by locating how node-suppose connects process streams, then review pty.js and Docker's -i/-t behavior; done means supported process interaction exposes a TTY so both flags can be enabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, javascript, node.js
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100