Tim Kevin Oxley
Tim Kevin Oxley
Apparently https://github.com/IndigoUnited/node-cross-spawn is the solution, could you put together a PR and test that it works on windows?
I think the only way to do this would be to pass it through something like [sindresorhus/strip-ansi](https://github.com/sindresorhus/strip-ansi) first.
gets complicated as then you need to recalculate widths based on word breaks etc
@danyshaanan currently columns will only use as much space as they need, within the specified min and max, ideally if a column is not using its maximum width, it could...
Note that the widths are calculated based on available word-breaks
Sorry I didn't back to this sooner. > This requires another 'pass' on the data, meaning it requires a non trivial change to the logic and flow. Correct, hence my...
> Why does it collapse whitespace other than newlines? Does it by default because it's trying to format dirty data as prettily as possible, Though I think I have been...
This is still a bit ugly to be honest.
> That's not too "fluent" (bleh!) is it? Nope, sounds perfect to me.