prompt-toolkit / prompt-toolkit/python-prompt-toolkit
Completion will blink if enable complete_in_thread.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 10.6k
- Forks
- 815
- PR merge metrics
- No merged PRs in 30d
Description
As the title said, I found that the completion will blink every time I type, then I found if I disable complete_in_thread, the blink disappears.
Related: https://github.com/prompt-toolkit/python-prompt-toolkit/issues/108
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 completion blink while typing with complete_in_thread enabled, then compare the behavior with it disabled. Read the related issue #108 for prior context and use the completion-thread configuration as the entry point. Done means typing no longer causes the completion display to blink when threaded completion is enabled.
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
- 35/100