jprichardson / jprichardson/node-suppose

Offer TTYs to processes

Open
#27 8 comments 1 reaction 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.