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
Rich rendering of the console status is broken in 10.2.0 and above (broken both on 10.2.0 and 10.2.1, works on 10.1.0)
To reproduce, use this minimal snippet
importtimeimportrich.consoleconsole=rich.console.Console()
console.print("[green] This text is green [/]")
withconsole.status("[green] This text should also be green [/]"):
time.sleep(10)
which produces the following result on 10.2.0 and later:
The text was updated successfully, but these errors were encountered:
Rich rendering of the console status is broken in 10.2.0 and above (broken both on 10.2.0 and 10.2.1, works on 10.1.0)
To reproduce, use this minimal snippet
which produces the following result on 10.2.0 and later:
The text was updated successfully, but these errors were encountered: