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
The automatic rotation is a little crazy because it also happens when testing code via rspec... specs might pass on your dev machine, but fail if they're run by a dev that uses a narrower terminal, or in travis (https://travis-ci.org/kontena/kontena/jobs/353727211#L861)
The table.render resize: true behavior does not help, and it's actually buggy as well (exceptions in the alignment/truncation operations if the terminal is narrower than some column).
I'd like that to be a simple render option.
The text was updated successfully, but these errors were encountered: