Files
bruno/packages
Jeremy Benoist 73c62010b7 Fix rounding response size
I noticed that sometimes the response size is weirdly displayed.
- size `112932` is displayed as `110.28.999999999999996KB`
- size `112990` is displayed as `110.34KB`

The problem is in the decimal calculation. Rounding the value ensure we don't have two `.` in the displayed size.

Also, update the `contributing` to increase the minimum Node version required.
2023-10-03 10:39:38 +02:00
..
2023-10-03 10:39:38 +02:00
2023-09-28 14:11:49 -04:00
2023-09-28 05:17:59 +05:30