8 ms·
Unfortunately I can't access descriptions without another API call. Thanks for pointing out the floats issue. It'll probably be OK because I round to the neare
by AlexAndScripts 3y ago
Unfortunately I can't access descriptions without another API call.
Thanks for pointing out the floats issue. It'll probably be OK because I round to the nearest integer when displaying and only use the extra precision for sorting, but I might round to 2dp on the server side to avoid wasting bandwidth on all those zeroes - I presume floating point imprecision compresses poorly.
- reaperman 3y agohttps://en.wikipedia.org/wiki/Decimal_data_type https://en.wikipedia.org/wiki/Decimal_data_type decimal.Decimal in Python java.math.BigDecimal I don't know if there's an idiomatic way to use this datatype in JavaScript / Node.