betty
betty copied to clipboard
sizes.rb showing the wrong prefixes
There's a small issue on sizes.rb
, it's calculating the sizes using binary multiples, but showing decimal prefixes (i.e. for 2^10 KB instead of KiB).
So basically the idea should be to choose either one or the other.