Jesse Harlin

Results 82 comments of Jesse Harlin

The fact that one must install watchman globally to make this plugin work is a major code smell. If the project implements watchman, is there not a way to encapsulate...

I had a similar problem with npm, I had to just uninstall and reinstall, and then restart my console, eg `npm uninstall -g heroku` then `npm install -g heroku` and...

heads up, also add some debounce to property inputs. I noticed input lag/freeze when changing the scale of a cube with .dds texture on it. That or make Change on...

I'm experiencing this as well, I'm passing data as the docs say to do, I don't see anything about `UpdateManyMutationInput`

howdy! its been a bout a month. I'd love to see this get out on npm :)

I am pointing directly to the Master branch and I can confirm its working as advertised in react-native environments, so I can give you a thumbs up for android/ios via...

~~@caridy I believe this is on npm now.~~ Edit: nevermind. eyes playing tricks on me.

@alexwalter88 , you're right! I misread something

`require('googleapi-key.json')` may need to be `require('./googleapi-key.json')` so it looks for a local file. Do you have your .json file there?

Experiencing the same problem, here's a trace: ``` error E:\Users\Simian\Desktop\personal\es6-plato\node_modules\slimerjs: Command failed. Exit code: 1 Command: C:\WINDOWS\system32\cmd.exe Arguments: /d /s /c node install.js Directory: E:\Users\Simian\Desktop\personal\es6-plato\node_modules\slimerjs Output: Downloading http://download.slimerjs.org/releases/0.9.6/slimerjs-0.9.6-win32.zip Saving to...