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 run into problems with some format patterns on a Windows machine. The progress bar doesn't "refresh on the line" (seems the \r is not working). Instead new lines are produced, e.g. something like
I run into problems with some format patterns on a Windows machine. The progress bar doesn't "refresh on the line" (seems the \r is not working). Instead new lines are produced, e.g. something like
[==================================================================>..] 96.67 % [==================================================================>..] 96.89 % [===================================================================>.] 97.11 % [===================================================================>.] 97.33 %
This is reproduceable with the default pattern. Using this pattern [=█.] seems to work. I tried a Mac and everything works fine on that system.
The text was updated successfully, but these errors were encountered: