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 have a tool that shows a prelud using println (just text). Then some progress bars. When the process exits I want to write, after the bars, a few final lines using println. At that stage, the scope of the multibar is gone and I can't use its handle.
Unfortunately, I end up with random behaviors:
progress bars disappearing
progress bars being duplicated
Etc.
Following #474 (comment) I've come to the conclusion that I shouldn't basically write any text after progress bars. Is that correct? Am I missing a trick to have a flow where I can include progress bars, continue with new text, have more progress bars, etc.?
Thanks,
The text was updated successfully, but these errors were encountered:
A followup question, can we have multiple distinct multibars at once? It seems to me they compete witch each other, when interleaved with println! calls at least.
Hi all,
Thanks for this awesome crate. It's so useful :)
I'm convinced that I'm not using it right though.
I have a tool that shows a prelud using println (just text). Then some progress bars. When the process exits I want to write, after the bars, a few final lines using println. At that stage, the scope of the multibar is gone and I can't use its handle.
Unfortunately, I end up with random behaviors:
Etc.
Following #474 (comment) I've come to the conclusion that I shouldn't basically write any text after progress bars. Is that correct? Am I missing a trick to have a flow where I can include progress bars, continue with new text, have more progress bars, etc.?
Thanks,
The text was updated successfully, but these errors were encountered: