prompt-toolkit / prompt-toolkit/python-prompt-toolkit
Blinking issue
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 10.6k
- Forks
- 815
- PR merge metrics
- No merged PRs in 30d
Description
Jonathan,
I used your great toolkit and made a stab are creating a CLI to work with docker. This is my project here: https://github.com/j-bennet/dockercli (it's in very early stage so please don't judge too harshly). I'm noticing there's a blink after each read_input and before result output. At first I thought perhaps I'm doing too much work when parsing input, but then, the blinking happens even when you press "enter" without typing in a command, when the cli defaults to outputting help on commands, and there's no work being done there at all. Also, blinking happens when you don't even run commands, but just quickly type some abracadabra in, while inside the dockercli.
Can you advise?
Thank you!
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 reproducing the blinking in the linked dockercli project, including empty input and rapid typing, then trace the interaction around read_input and result output. Done means identifying the cause of the blink and confirming that these input cases no longer produce it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100