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.

Is it possible to mix use of console.log() and progress bar?

See original GitHub issue

Hi,

This is an awesome library, I really appreciate your woundful work!

I wonder whether it is possible to mix use console.log() or print() together with progress bar? That is we have the progress bar sticky to bottom, all printed or logged text appear above the progress bar, not messing up the progress bar.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:14

github_iconTop GitHub Comments

5reactions
willmcgugancommented, May 14, 2020

Just pushed v1.1.2

You’ll need to call progress.log or progress.print to add text above the progress bars. See updated docs.

2reactions
willmcgugancommented, May 14, 2020

Scrolling text above the progress bars works. Coming soon. https://imgur.com/a/3C14GG7

Read more comments on GitHub >

github_iconTop Results From Across the Web

Is it possible to mix use of console.log() and progress bar? #64
Hi,. This is an awesome library, I really appreciate your woundful work! I wonder whether it is possible to mix use console.log() or...
Read more >
c# - Progress bar in console application - Stack Overflow
SetCursorPosition() don't support redirected output. ... (mix and match). ... Console Progress Bar in C# (Complete Code - Just copy and paste on...
Read more >
cli-progress - npm
Initialize a new Progress bar. An instance can be used multiple times! it's not required to re-create it! const cliProgress = require ...
Read more >
ProgressBar - Android Developers
java.util.logging ... Use indeterminate mode for the progress bar when you do not know how long an ... Merge two states as returned...
Read more >
Creating Progress Bar using JavaScript - GeeksforGeeks
A Progress Bar is used to depict the progress of any task which is being carried out. Progress Bars are generally used to...
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