Francis Turmel
Francis Turmel
@bmorganmich try also whitelisting `https://firestore.googleapis.com/`, the docs page is making GET and POST requests to that domain as well.
I created a PR a few days ago to get this project in better shape for Deno usage, check it out #2545
@bartduisters Apologies, as mentioned in the other thread I was going off the CLDR for the English name of the locale and found that Flemish was in there. https://unicode-org.github.io/cldr-staging/charts/40/summary/nl.html Just...
Last commit in this PR fixes dosc ESM usage examples for FP (see #2124). **Before** notice `//` `import { formatISO } from 'date-fns/esm//fp'` **After** `import { formatISO } from 'date-fns/fp'`...
soft reset to fix all the conflicts. Also removed the TypeScript and broken locale stats from output since these are not relevant anymore.
@leshakoss hold on, the rebase wasn't done yet on this PR
Thanks for reporting this, it does seem like there are a number of problems with this new `roundingMethod` option. I'll work on a PR to improve this soon.
@IgnatG let me know what you think
> shouldn't the function fromUnixTime() providing support for timestamp in milliseconds along with seconds rather than expecting argument in seconds and converting it to milliseconds The Date constructor already supports...
Oh hold on, let me re-open this. Do you mean that the `fromUnixTime` function shouldn't drop the decimals, that way they could be used to represent milliseconds? Essentially, these two...