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
fernandoenzo
changed the title
[BUG] Print's options doesn't work with Text, but they do with str
[BUG] Print's options don't work with Text, but they do with str
Nov 14, 2021
10.14.0
Fixed
Fixed progress speed not updating when total doesn't change
Fixed superfluous new line in Status Textualize/rich#1662
Fixed Windows legacy width again
Fixed infinite loop in set_cell_size Textualize/rich#1682
Added
Added file protocol to URL highlighter Textualize/rich#1681
Added rich.protocol.rich_cast
Changed
Allowed __rich__ to work recursively
Allowed Text classes to work with sep in print Textualize/rich#1689
Simple code:
Should output:
The actual output:
If you use
str
rather than Text, then it works properly.The text was updated successfully, but these errors were encountered: