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
feat: Allow ANSI in log files; speed up log output
* Update to use `escape_ansi` when loading raw log files, which may have been copied from terminal output and therefore would contain ANSI escape sequences
* Update to use QPlainTextEdit for significantly improved performance when dealing with large amounts of data (e.g. millions of points and 10s of megabytes of text
0 commit comments