Matt DesLauriers

Results 227 comments of Matt DesLauriers

> Folks reading these articles understand at least two things correctly: the total energy usage of Ethereum is large (in an absolute sense), and the people using Ethereum have some...

Is there a way to kill vpn.ht through terminal? I am getting "WAITING EXITING STATE" every time I try to quit/disconnect and the app won't close.

Looks great! Can you fix the formatting to reduce commit/diff noise? Thanks! :+1:

Also please test in the demo viewer, I'm not sure all those locations work with the current API entry point. https://github.com/Jam3/awesome-streetview#contributing

Thanks for the bug report. Just so I'm clear, your folder structure looks like this? ``` ~/ my-app/ index.js node_modules/ foo/ node_modules/ bar/ ``` So I guess `foo` is getting...

I don't think that should work. As it says in the docs, it just looks up folders recursively until it sees a `node_modules` folder. If it reaches the top (`~/`)...

I just ran a test with node v4 and node isn't finding modules in `~/root/node_modules/`. Is that your `$HOME` or something? And yeah, it seems like an Electron bug since...

Thanks for testing. :smile: Hopefully we can figure out a fix for the `~/.node_modules` path.

@shama Yeah that would be interesting to explore for sure. :+1:

Do you have the error logs from when the install failed? Does it happen every time you `npm install devtool -g`? I haven't seen this and I'm not able to...