patkwee
Results
2
issues of
patkwee
It would be great to improve the 'human-readability' of SI format "s" for very small/large numbers. At the moment d3-format generates: ```javascript console.log(format("s")(1e-50)) -> "0.00000000000000000000000001y" console.log(format("s")(1e+50)) -> "100000000000000000000000000Y" ``` I...
Serialization of the type Irrational{S} is missing. For example: ```julia julia> pack(pi) ERROR: no non-`AnyType` MsgPack mapping found for Irrational{:π}; please overload `msgpack_type` for this type. ``` I think most...