Open dktcoding opened 10 years ago
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.
sizes.rb
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.