Naman Goel

Results 405 comments of Naman Goel

@adamjernst Very interesting insights. I have personal experience with React.js. In that case, all the JS operation do run on a single javascript thread, but as javascript is extremely async,...

@say2joe I'm on sprint 33, and there is a disabled folder, I'm on a mac though. you should look for it here: ``` C:\Users\\AppData\Roaming\Brackets\extensions\disabled ``` In case you can't find...

The app crashes when I tap the Download Video button or if I tap the Stream Video button. The error I get is: ``` Terminating app due to uncaught exception...

@yanivtal the autocomplete feature is limited by the flow executable itself. ide-flow can't do much to solve this for you. Perhaps open an issue on the flow repo.

@lettertwo @cursivecode I made a linter provider called [linter-flow-plus](https://atom.io/packages/linter-flow-plus) It should do exactly what you want. Plus, it checks your code as you type and not only when you save....

@romeovs You can already use a transform like babelify to get ES6 imports. With both Node and Browserify. You can turn off the other features if you don't want them.

Any updates on this? I would help with a PR, but I don't understand how the language grammars work. My understanding is that in the regex for matching a function...

This is not possible as a transpiler and is something that needs to be added at the javascript engine level.

@MakuraYami This behavior has been included on purpose. It may be a little more noisy, but it makes it easier to see errors as they happen. Specially in React, if...

I'll look into it. There is no perfect solution here. Even in non-React code. You can often call a function with the wrong arguments and the error can originate at...