Shane F. Carr
Shane F. Carr
Pausing and restarting an upload sounds like a good feature! Can you contribute a PR?
Workaround, assuming you have ownership: ```rust println!("{:?}", my_map.as_mut()); ```
Looks good. My only feedback is if you can make this work without the "await" keyword, then the same source can be used on older versions of Node.js. Can you...
The download size argument is hard to apply for BigDecimal. I imagine that the code is small whether it is a third-party library or whether it is built into the...
Hi, can you file this issue on https://github.com/tc39/ecma402/issues? I do not believe there is CLDR data for currency rates. That would need to be obtained first before it could be...
CLDR issue: https://unicode-org.atlassian.net/browse/CLDR-16168
The project is currently structured as a PIP module, and it should stay a PIP module. However I would support reorganizing the utilities and crawlers into separate directories, but more...
This function makes `Decimal128` work with the `Intl.NumberFormat.prototype.format[Range][ToParts]` functions, but it doesn't retain the tailing zeros as the OP suggests: > One of the guiding examples is that new `Intl.NumberFormat("de-DE").format(new...
> The division in that case becomes very hard since you need to cast BigInt to a Number and sometimes that's not even possible. That's what I meant when I...
> How would you represent one third? You wouldn't. If such a feature (rational numbers) is desired, my suggestion is not the right approach. Note that Java BigDecimal is essentially...