Sébastien Nicouleaud
Sébastien Nicouleaud
Hello, thank you for reporting this! The best way to report synchronization issues is usually to do it directly from the app: - click on the systray icon - go...
Hello @Wenzel, sorry for the late answer. We're aware of the various resource usage issues. We're currently working on a new local watcher implementation primarily targeted to Windows, but we...
Hello again! Thanks for reporting this one too! Could you possibly report this directly from the app's help form? So we'd get the full logs, without which it will be...
Woudn't lodash's [`_.isEqual`](https://lodash.com/docs/4.17.10#isEqual) (or something equivalent) do the trick, since we can [install it on its own](https://www.npmjs.com/package/lodash.isequal) and it doesn't have any dependency? So it doesn't really have to be...
Same issue here. Fedora 27, tried both node 8.9.3 (default) and 8.9.4 (nodesource). With and without sudo.
Workaround: ``` sudo npm install -g elm-format --ignore-scripts cd /usr/lib/node_modules/elm-format/ sudo rm bin/elm-format sudo npm run install ```
Better workaround: ```bash $ npm config get -g user nobody $ sudo npm config set -g user root $ sudo npm install -g elm-format ... + [email protected] added 93 packages...
Any idea regarding the example issue?