Joe Esposito

Results 58 comments of Joe Esposito

Hey @alexmurray! Thanks for introducing Grip to this app store. The concept is great. However, I'm hesitant to add specific files like this since there's potentially a lot of app...

Thanks, @bradparks :smile: This use case does come up from [time](https://github.com/joeyespo/grip/issues/43) to [time](https://github.com/joeyespo/grip/issues/71). I've been marking it as out of scope, but since it keeps coming up. Maybe it really...

It's all good. We can keep this issue open in the meantime in case anyone else has some thoughts on this.

Oh yeah, that makes a lot of sense. +1 from me. I'll get on this and make the errors more accurate for #258 by the next release. Thanks for writing...

Nice catch, @robertmarkbram! I added Python 3.8-dev to Travis in #301 to track this. Thanks for opening the issue!

For anyone using Yarn, the above comment worked for me after running the same command with Yarn. So, for anyone skimming: ```bash $ npm install --global --production windows-build-tools $ yarn...

Honestly for a while I was a little skeptical of officially adding support for this, since doing so turns the the current non-interactive tool (meaning no dependency on `stdin` or...

Just came across [pynput](https://github.com/moses-palmer/pynput). That could help with cross-platform keyboard monitoring. Looks like [setting up a monitor](https://pynput.readthedocs.io/en/latest/keyboard.html#monitoring-the-keyboard) will run a callback, which is similar to how we handle file events...

I just had this same issue. Wasted a couple hours before realizing the **build** was broken, not my code. `require('missing-file')` should always break the build so you catch mistakes sooner....