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 am trying to use Pool to print progressbars with a custom template but adding the color attribute is causing unexpected output on Windows. A workaround that seems to fix this is by turning off the RawMode
FYI: We had several of our users reports this; crc-org/crc#3936. At first we thought this was related to Windows Terminal or an IDE hosted terminal, but seems the console host does the same.
I am trying to use
Pool
to print progressbars with a custom template but adding the color attribute is causing unexpected output on Windows. A workaround that seems to fix this is by turning off theRawMode
Test code:
Expected output:
Actual output:
The issue goes away on Windows by turning off the raw mode after starting the pool:
The text was updated successfully, but these errors were encountered: