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 ultimately did not go with the STYLE_ARGUMENTS_* options. Instead, you can specify the styles via OPTION_GROUPS. This is actually slightly preferable in that it is, effectively, backwards compatible.
Options for panel for arguments:
Box for panels:
Also, change types for all the boxes to
Union["rich.style.StyleType", rich.box.Box"]
, and do anisinstance()
check before running thegetattr()
.The text was updated successfully, but these errors were encountered: