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

Progress bar not shown correctly on Windows #76

Closed
thcyron opened this issue Jan 22, 2018 · 2 comments
Closed

Progress bar not shown correctly on Windows #76

thcyron opened this issue Jan 22, 2018 · 2 comments
Assignees
Labels

Comments

@thcyron
Copy link
Contributor

thcyron commented Jan 22, 2018

On Windows, the progress bar is only shown correctly when the prompt is slightly larger than the default size (in width). Otherwise the progress bar is printed multiple times.

screenshot 145 eingabeaufforderung

@thcyron thcyron added the bug label Jan 22, 2018
@thcyron
Copy link
Contributor Author

thcyron commented Jan 22, 2018

Also happens on macOS and is a known problem in the uiprogress library in narrow terminal windows. There is no fix.

We can either:

  1. Try to fix it ourselves.
  2. Look for another progress bar library which does not suffer from that problem.
  3. Ditch the progress bar and simply print the percentage.

@thcyron thcyron modified the milestone: v1.1.0 Jan 22, 2018
@patrickschaffrath patrickschaffrath self-assigned this Sep 24, 2019
@patrickschaffrath
Copy link
Member

Fixed with #218

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

2 participants