Open zhiburt opened 2 years ago
Thanks for bringing it up :purple_heart:
The column width maximums we use overflow here -
We'll need to improve output formatting to ensure we don't overflow the max column widths in order to keep reasonable max width
I am thinking that instead of for example 1389609 (LOL!) we should just have 1.4M with k/M etc. units shortened to ensure column width guarantees to prevent overflow - given the counter would be 1.4M to begin with.
Another thing we need to do is to count the unsafe's correctly (not sure yet whether this count is valid but makes good test case) for the windows crate - thanks for bringing another test crate subject we can run CI regressions against on next major.
:unicorn:
Hi there,
Just noticed that a table seems to be a little bit tricked. I do not certain if this is a windows issue.
You can reproduce it by.