Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prompt-toolkit v1.0.0 hangs autocompleting hn view command while running Windows #62

Closed
donnemartin opened this issue May 30, 2016 · 0 comments
Labels

Comments

@donnemartin
Copy link
Owner

donnemartin commented May 30, 2016

Build

haxor-news v0.4.0, running prompt-toolkit v1.0.0:

https://github.com/donnemartin/haxor-news/releases/tag/0.4.0

Environment

Windows 10
Python 3.5.1

Steps to reproduce

 $ haxor-news  # start the shell
 $ hn view 1  # works the first time
 $ hn view 1  # second time*

*Hangs for awhile but eventually comes back, attempting to type hn view 1 -c.

Previous version of prompt-toolkit 0.52 doesn't have the same issue.

prompt-toolkit issue

prompt-toolkit/python-prompt-toolkit#308

donnemartin added a commit that referenced this issue May 30, 2016
Fix #62: Revert to prompt-toolkit v0.52
@donnemartin donnemartin changed the title prompt-toolkit v1.0.0 hangs autocompleting hn view command on running Windows prompt-toolkit v1.0.0 hangs autocompleting hn view command while running Windows May 30, 2016
donnemartin added a commit that referenced this issue Jun 3, 2016
document.text should be immutable, this will be made expicit in a future version of prompt-toolkit.
donnemartin added a commit that referenced this issue Jun 3, 2016
Fix #62: prompt-toolkit hangs on Windows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant