agora-org / agora

File server that accepts Lightning Network payments for downloads
Creative Commons Zero v1.0 Universal
185 stars 24 forks source link

Replace humansize in favor of custom trait #266

Closed casey closed 2 years ago

casey commented 2 years ago

I dislike that humansize is fallible, even though the only source of fallibility is from passing it a negative number, so doesn't apply. I thought about contributing a patch, but the project seems to be inactive. Also, I wanted to tweak how file sizes are displayed.

With this patch, file sizes are displayed without a decimal point if they're exact, and with a single digit after the decimal point, which might be zero, if they aren't.