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
Currently, I rely on renderProgressBar and perform the print manually. Now I decided to limit the refresh rate, but found no functionality for appending text to the progress bar when using newProgressBar/incProgress (what I successfully do in conjunction with renderProgressBar). stylePostfix behaves differently as it shares the same continuous block of characters with the rest of progress bar. So it's not a single operation of append.
Am I missing something?
The text was updated successfully, but these errors were encountered:
Currently, I rely on
renderProgressBar
and perform the print manually. Now I decided to limit the refresh rate, but found no functionality for appending text to the progress bar when usingnewProgressBar
/incProgress
(what I successfully do in conjunction withrenderProgressBar
).stylePostfix
behaves differently as it shares the same continuous block of characters with the rest of progress bar. So it's not a single operation of append.Am I missing something?
The text was updated successfully, but these errors were encountered: