Nikolay

Results 333 comments of Nikolay

> To keep node-unzipper super small, a decision was made to not include optional third party sdks as a part of the library itself. This is not a correct way...

It was found that the `dispose()` calls were a result of changing the "widget params". Consider there's a custom widget called ``. It filters by `item.color === specificColor`. So `itemsOfSpecificColorFilter()`...

Hi, By default, on server side, it will just render the first item, as if the list only had one item. This is because on server side it doesn't know...

See the “Bug reporting” section of the readme On Fri, 24 Oct 2025 at 20:03, akanapala-godaddy ***@***.***> wrote: > *akanapala-godaddy* created an issue > (catamphetamine/libphonenumber-js#491) > > > Description :-...

What does Google's demo tell about the type of this number? Is it "MOBILE"? Post a link and a screenshot.

Hi, We could have duplicates like XK and RS-KM, according to the standard, but it would have been duplication. We could also replace XK with RS-KM. But this library was...

The main reason is [`react-phone-number-input`](https://www.npmjs.com/package/react-phone-number-input) that uses [`flagUrl`](https://catamphetamine.gitlab.io/react-phone-number-input/docs/index.html#phoneinputwithcountry) property: ```js ``` Because of how easy-to-use this property is, the `XX` part must be equal between [`libphonenumber-js`](https://www.npmjs.com/package/libphonenumber-js) and `country-flag-icons` repositories. The...