Brett Andrews

Results 113 comments of Brett Andrews

I'll send a pull request if I get time.

So I'm still trying to figure out how to debug grunt tasks. I've been trying Node-inspector using `node-debug Gruntfile.js grunt build-phonegap` and its opening gruntfile.js through node-inspector and breaking on...

Ok, I found the issue. 163b9ed added `reducePlatforms` and `canBuild` to `helpers.js` which check to see if the current operating system can build each requested target platform. The `compatibility` object...

Thanks for the report. Serverless Express catches errors and returns to a response to the event source with the error in a format expected by the event source. For example,...

Also interested in a real solution for this

Absolutely! I do have some big ideas but it's a matter of finding the time. Plus waiting for Civ 7 details.

Sorry about that. Try again now?

@kibiz0r this is a great suggestion. Could you submit a PR for this?

If someone wants to submit this as a PR I can merge it in @joshlperry @KATT

Could you elaborate on "when i send a call using sam"? It might have something to do with your transpilation. You can try `import { configure as serverlessExpress } from...