Skip to content

Update handlebars.js#706

Open
lanpirot wants to merge 1 commit intoseart-group:masterfrom
lanpirot:patch-1
Open

Update handlebars.js#706
lanpirot wants to merge 1 commit intoseart-group:masterfrom
lanpirot:patch-1

Conversation

@lanpirot
Copy link
Copy Markdown

fixes Issue: #695

  • fixes off by 1000 error for displaying repository size on website (to prevent running out of unit prefixes, I added some new ones)

in addition:

  • fixes multiplication factor 1024 -> 1000, in accordance to SI
  • fixes displaying "KB" -> "kB", in accordance to SI

the official SI Byte units are described here: https://en.wikipedia.org/wiki/Kilobyte

addressing Issue: seart-group#695 - fixed off by 1000 for displaying repository size on website in addition: - fixed multiplication factor 1024 -> 1000, in accordance to SI - fixed displaying "KB" -> "kB" note the official SI units https://en.wikipedia.org/wiki/Kilobyte
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant