question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

alive-bar spam in Windows 8

See original GitHub issue

Then I try to look at progress bars that I can use with that code:

from alive_progress import alive_bar, show_bars
show_bars()

Instead of replacing old bar with new one so it gives nice effect it just spam new one over console. image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:42 (21 by maintainers)

github_iconTop GitHub Comments

1reaction
music-cat-breadcommented, Aug 20, 2021

I was doing some resarch and i think only windows 10 support ANSI Escape codes, it looks like windows 8.1 or older version didn’t support it. 😕 https://en.wikipedia.org/wiki/ANSI_escape_code Section: DOS, OS/2, and Windows

1reaction
rsalmeicommented, Aug 19, 2021

This one you send to alive_bar, to make it run animations even when the terminal reports it is not interactive (used on PyCharm’s terminal usually):

with alive_bar(total, force_tty=True) as bar:
    ...

The show_bars and showtime do not have such option, since you should always be in an interactive one. For these in PyCharm, just enable: image

Read more comments on GitHub >

github_iconTop Results From Across the Web

How can I view message in junk mail folder in windows 8
1. Sign in to your account. · 2. In the upper-right of the Outlook window, click the Options icon (gear icon). · 3....
Read more >
Alive-progress: A New Kind Of Progress Bar, with Real-time ...
When a terminal is not interactive, alive-progress disables all kinds of animations, only printing the final receipt. This is made to avoid spamming...
Read more >
A new kind of Progress Bar for Python - Reddit
2.1K votes, 154 comments. A new kind of Progress Bar for Python, with some very cool animations! I've made a new kind of...
Read more >
Windows 8 Mail app and new junk mail feature - YouTube
Windows 8 Mail app and new junk mail feature. Watch later. Share. Copy link. Info. Shopping. Tap to unmute.
Read more >
Untitled
Standard bank credit card scams, Big bend national park window, Make it or break ... Skechers compete run 52521, Set path windows 8,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found