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
Problem: Terminals are finite and there is so much info we could display.
Ideas:
When screen space gets tight, collapse linear chains of waiting builds into one row.
Print the collected errors (and the build graph) completely without height restriction when exiting nom. (since seeing all errors after nom exited was requested on matrix)
Priorities running builds when sorting the build graph and only prioritize failures when nix exited. (Could help with: Can’t see running builds when there are too many errors #142) Maybe we only prioritize running builds if we detect screen limitation pressure.
Problem: Terminals are finite and there is so much info we could display.
Ideas: