Nikolay

Results 307 comments of Nikolay

It was called the same. If parcel has issues with whitespace then you could create an issue in their repo. On Thu, 5 Dec 2019 at 20:06, Pavlo wrote: >...

If you want, you can provide an online demo somewhere on `codesandbox.io`. The demo shouldn't use any "form libraries".

Strange warning. My tests show that `isPossiblePhoneNumber` is exported.

I guess it won’t, unless dome native RTL-speaker adds it. On Wed, 15 Dec 2021 at 18:17, lenosky ***@***.***> wrote: > Package doesn't support RTL > > — > You...

Just use react-modal everybody On Thursday, January 21, 2016, the1sky [email protected] wrote: > when using boron, I got this error: 'ReferenceError: document is not > defined' > > — >...

> I am still waiting for elaboration for why this is needed. It's for displaying the list of available boards in mobile clients, obviously. > it's so scripts / mobile...

This is how they do it in Clover: https://github.com/Floens/Clover/blob/dev/Clover/app/src/main/java/org/floens/chan/core/site/sites/lainchan/Lainchan.java ```java setBoards( Board.fromSiteNameCode(this, "Programming", "λ"), Board.fromSiteNameCode(this, "Do It Yourself", "Δ"), Board.fromSiteNameCode(this, "Security", "sec"), Board.fromSiteNameCode(this, "Technology", "Ω"), Board.fromSiteNameCode(this, "Games and Interactive Media",...

I'm too having the same issue with `nyc@11`. When I roll back to `nyc@10` it works.

@uka17 Indeed, not only is it resolved, it's even working better showing the proper coverage percentages due to the now-correct included/excluded list of files. ![image](https://user-images.githubusercontent.com/477167/43082255-48cbbec2-8e9c-11e8-8604-ea224b084009.png)

In my case, the reason was that `NODE_ENV` wasn't set to the `env` stage name that was configured with `babel-plugin-istanbul` in `babel.config.js`.