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
While coloring seems to work fine on Linux, it juet does not happen on MacOS.
I tried iterm and default terminal, same result. I doubt any environment variable affects the outcome because I did also run with env -i /path/to/mypy . and got the same result.
COLORTERM=truecolor
TERM=xterm-256color # <-- clearly not affecting because same works on Linux
curses library is clearly available as import curses worked fine. Please advise which other tests should I do in order to narrow it down.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
While coloring seems to work fine on Linux, it juet does not happen on MacOS.
I tried iterm and default terminal, same result. I doubt any environment variable affects the outcome because I did also run with
env -i /path/to/mypy .
and got the same result.curses library is clearly available as
import curses
worked fine. Please advise which other tests should I do in order to narrow it down.The text was updated successfully, but these errors were encountered: