Nikolay

Results 285 comments of Nikolay

@Mejans The `oc.json` file doesn't look like a JSON file.

Hmmm. On my machine, all tests seem to pass: ![image](https://user-images.githubusercontent.com/477167/128625897-8c811743-612e-4089-b300-be48544c1577.png)

The issue could be somehow related to time zones. The test creates a date: ```js new Date(2016, 3, 10, 12, 0) ``` The date is gonna be at 12:00 in...

Hmm. For that you could use just `RelativeTimeFormat`: ```js const days= interval / (24 * 60 * 60 * 1000) const hours = (interval - days * 24 * 60...

@andrejpavlovic Yes, there's currently a rewrite pending that will allow optional importing of the polyfill. Maybe somewhere in October.

@dandv Woow, that's where all those recent stars came from... I figured someone popular has shared it somewhere on social media. Cool ) As an update to this issue, I...

In version `[email protected]` I've added the ability to use native [`Intl.RelativeTimeFormat`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat) and [`Intl.PluralRules`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/PluralRules) instead of the polyfills: in this case, pass `polyfill: false` option when creating a `TimeAgo` instance. The...

If it’s not supported in Google’s library then see “Bug Reporting” section. On Fri, 22 Jul 2022 at 21:33, Daniel Cheley ***@***.***> wrote: > Hello! We've been using libphonenumber-js to...

Hi. I won’t investigate it either but if you happen to find a cause you could post it here. On Thu, 30 Jun 2022 at 01:03, Dylan Floyd ***@***.***> wrote:...