Matthew Herbst
Matthew Herbst
Awesome, thanks! Let me know if I can help in any way - happy to contribute where I can.
@DaveVP that's pretty cool, thanks! In terms of `phplint` supporting gulp stream in the future, would this be the right way to go about in the source code, or is...
Thanks for the reply. The problem with doing that is that if there actually is a syntax error, it only gives the message ``` shell Command failed: /bin/sh -c php...
Fascinating. I can't tell where our difference is. ``` javascript gulp.task('lint:php', lintPHP); ``` ``` javascript function lintPHP(callback) { return phplint(['src/server/**/*.php'], {limit: 10, stdout: false, stderr: false}, function(err, stdout, stderr) {...
@DaveVP I tried changing my `/usr/local/etc/php/5.5/php.ini` to all three possible options: ``` display_errors = On display_errors = Off display_errors = stderr ``` and still see `No syntax errors detected in...
@DaveVP changing from `stdout: true` to `stdout: false` did the trick for me! For me to have the `process.exit(1)` work I still had to check against `err` rather than `stderr`....
The call stack is (links to calling line): 1. [`react-big-calendar`](https://github.com/intljusticemission/react-big-calendar/blob/3e2105615c6c80e469845dcc74378f61d92a9b6d/src/Month.js#L200) 2. [`react-overlays/Overlay`](https://github.com/react-bootstrap/react-overlays/blob/24f7f518390f055c8832a4f61b9c2e62af511649/src/Overlay.js#L28) 3. [`react-overlays/useWaitForDOMRef `](https://github.com/react-bootstrap/react-overlays/blob/3867655aa5f61c053cdc7c682cdf8e893af6b232/src/utils/useWaitForDOMRef.js#L6) 4. [`dom-helpers/ownerDocument`](https://github.com/react-bootstrap/dom-helpers/blob/21b64ac74599af6625d4634b6193a1b9b39403bb/src/ownerDocument.ts#L2)
I'm not sure either (or I would have sent a PR heh). It seems safe to me. It's unclear how it could pass that check and then fail. I haven't...
> Just to clarify - what you specified under "You should get a GraphQL error like the following" is the current behavior, yes? Which is a problem because the API...
The installation instructions for the repo say to put the files in `~/Library/Preferences/Autodesk/maya/2022` but I found that they also needed to be in `/Users/Shared/Autodesk/maya/2022`. You can check by looking at...