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.

[help] How can I keep the output of `console.status`?

See original GitHub issue

When I do:

with console.status("Working..."):
    do_work()

After do_work() is completed "Working..." string is also deleted from the console. Would it be possible to keep the output of "Working..." in the console when do_work() is done?

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
avatar-lavventuracommented, Dec 22, 2021

@sanders41 Thanks

0reactions
github-actions[bot]commented, Dec 22, 2021

Did I solve your problem?

Consider sponsoring the ongoing work on Rich and Textual.

Or buy me a coffee to say thanks.

Will McGugan

Read more comments on GitHub >

github_iconTop Results From Across the Web

Displaying console status information - IBM
Displaying console status information. Use the DISPLAY CONSOLES command to display the status of all consoles or specified consoles in the sysplex, including ......
Read more >
node.js - nodejs - how to keep an status at top of stdout
nodejs - how to keep an status at top of stdout ... I'm trying to output something like these: counter is: 10 <=...
Read more >
Using the Python Rich library to display status indicators
Used the Python Rich library to implement a status display for ... The Console() class's status method imports and uses the rich.status.
Read more >
Writing Functions - Node-RED
Where the console output appears will depend on how your operating system and how you start Node-RED. If you start using a command...
Read more >
Bacula Console
Normally, you simply enter quit or exit and the Console program will terminate. However, it waits until the Director acknowledges the command. If...
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