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
This PR optimizes the text_style and removes is_rgb (starting from 11.2.0 release).
How should we replace is_rgb in our codebase, should it be !is_terminal_color() as replaced in here?
Thanks!
Hello,
This PR optimizes the
text_styleand removesis_rgb(starting from11.2.0release).How should we replace
is_rgbin our codebase, should it be!is_terminal_color()as replaced in here?Thanks!