Dan BROOKS
Dan BROOKS
+1 for `.harpignore` for `README.md` and `node_modules`
@Mr-Chilly This seems to be the replacement and the same author @abettadapur is working on it https://github.com/redux-saga/redux-saga-devtools
I agree parsing XML comment would be useful. Currently XML comments are removed which annoys other developers as I automate XML value changes. -=Dan=-
I'm getting the same issue going from `[email protected]` to `[email protected]` without changing `[email protected]` version. [My working code](https://github.com/danactive/history/blob/danactive/upgrade-map/ui/app/containers/SlippyMap/index.jsx#L14) is here before the upgrade. PS: I tried to debug this further by...
That would be ideal. Currently I run two or more CLI terminals and visually compare, and it sucks
Looks like this feature is not currently possible https://github.com/jorgebastida/awslogs/issues/34
Reason by npm https://github.com/zaach/jsonlint/issues/103#issuecomment-367416531 Solution 1 https://github.com/zaach/jsonlint/issues/103#issuecomment-367508416 Solution 2 https://github.com/zaach/jsonlint/issues/103#issuecomment-366452020
Same, npm is old, looks like the git repo is 0.1.2 but npm is 0.1.0
@jimsheen My guess as to why the *require* statement doesn't work with your code, is that you cannot mix *import* and *require*. *Require* will work with other *requires* though.
Fixed with 8631656cc89600a87cb683f3513493253eeaecf4