You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm logging the output of my application but when a long running task starts I'd like to show a (transient) progress bar that is aligned with the logging output, like this:
After the process/task is finished I would like the progress bar to disappear (works by being transient) and the logging to continue:
Question: Is there a way to combine/align progress bar and logging output or at least figure out where the logging text starts?
As a work-around, I'm currently prefixing the task description with spaces, which isn't very clever or portable. Otherwise my output would look like this:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to achieve the following:
I'm logging the output of my application but when a long running task starts I'd like to show a (transient) progress bar that is aligned with the logging output, like this:

After the process/task is finished I would like the progress bar to disappear (works by being transient) and the logging to continue:

Question: Is there a way to combine/align progress bar and logging output or at least figure out where the logging text starts?
As a work-around, I'm currently prefixing the task description with spaces, which isn't very clever or portable. Otherwise my output would look like this:

Beta Was this translation helpful? Give feedback.
All reactions