Alex Ilyaev

Results 59 comments of Alex Ilyaev

This is possible right now: ```js const responses = await prompts([ { type: 'text', name: 'scope', message: 'npm module scope', format: val => (Boolean(val) && val[0] !== '@' ? `@${val}`...

Encountered this as well... Running a React app on `http://localhost:8080` Can anyone help?

Is this related to the Hook library we're using?

Stuck due to https://github.com/cerebral/webpackbin/issues/30

TernJS package helps here, but I think this issue should be fixed. Having the same issue when working with `sublime-jasmine` package, not showing local autocompletion until I remove the AngularJS...

Also mentioned in: https://github.com/facebookexperimental/Recoil/issues/213#issuecomment-659349900 This is how it looks like in the Vercel deployment build: ![image](https://user-images.githubusercontent.com/480469/98931775-231bc580-24e7-11eb-956f-a4c57cc7b61f.png)

> @janus-reith - Sorry, I'm not very familiar with Next.JS or SSR. Next.js has a concept of Pages. Imagine an SPA with multiple entry points, like an Admin and a...

That's cool. Here are some of my thoughts: - A color in RGB or HEX should not be converted to RGBA, and then also the comment is irrelevant (point 1...

I get this as well when using `extends`: ``` WARNING in ./public/index.js jshint results in errors Bad option: 'extends'. @ line 0 char 0 ```

Is this an issue with `jshint-loader` or something else?