Lex Kuncevič
Lex Kuncevič
Just being fooled by Evernote extension that always loaded 11 scripts on each page!  https://discussion.evernote.com/topic/62215-feature-request-disable-web-clipper-when-inspector-is-open/ So after disabling Evernote the thing looking much better:  @pavanpodila yeah I also...
Just wondering is there any specific cases when you would use React component over Angualr 2 component? Or the idea is to just to be able to reuse any existing...
Got that error after submitting the details 👇 
Just got launched https://frontendwatch.com which is built with Angular and Nest
I had the same issue, and here is how I got through : run `npm install -g npm` and **while it is running**: remove(backup) files `npm.cmd` and `npm` from `c:\Program...
Just updated `5.4.1 → 5.4.2` with no issues. ``` c:\>npm install npm -g C:\Program Files\nodejs\npx -> C:\Program Files\nodejs\node_modules\npm\bin\npx-cli.js C:\Program Files\nodejs\npm -> C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js + [email protected] removed 1 package and updated...
With the latest node `9.1` that bringing the latest `npm 5.5.1` by default there is even more "fun" https://github.com/npm/npm/issues/19019, saying with the next npm release it might be fixed.
@kraihn [solution](https://github.com/coreybutler/nvm-windows/issues/300#issuecomment-386420934) does not work now with the latest yarn unless you add yarn bin in to the path: 1. get the bin `path` by `yarn global bin` 2. stick...
I was researching on a way how to pass params to extensions. The setOption({}) does not work form me either. However here is one more [way to approach it](https://github.com/showdownjs/showdown/issues/58#issuecomment-112615239).
@marshallswain >We currently allow getting a new token by posting a valid auth token to `/refresh`. Refresh tokens have a slightly different workflow ... So then it should be called...