Data bigint
conversion error due to ratio is not an integer #558
Open
Description
All data
conversions fail if using bigint
due to Conversion for [UNIT] to [UNIT] cannot be calculated as a BigInt because the conversion ratio is not an integer
error.
Even a simple operation like this fails:
convert(1024n, 'B').to('KiB');