Sean Dawson
Sean Dawson
Unless I'm mistaken, this plugin specifies the schema in the format required for AWS API Gateway, which uses JSON schema rather than Swagger (although they do look similar). JSON schemas...
No worries! I should have a PR up within the next few days
Typo fixed and branch rebased!
I made a fork with a quick and dirty implementation of performing a CloudFront invalidation after sync completes. I couldn't work out how to get the results of the sync...
Another workaround that avoids having to turn off minification altogether is to tell the Webpack TerserPlugin to avoid mangling important function names. I got the list of function names from...
I was having the same issue today. I'm not sure if it is in the documentation and I just missed it, but you need to put `cmd` in the topic...
Hi @lyuboraykov, I'm not involved much anymore, but since you were nice enough to provide a potential fix for the the issue I'll see if I can help you out...
Edit: Oops that didn't work. I've updated the snippet I was getting the same errors as @flyrev . Maybe some differences in TS versions. This should fix that and should...
I am experiencing this also. I am working on a Flambe HTML5 game with a very heavy use of promises and streams. I have only tested on Chrome but when...
@francescoagati There is a compiler flag already to use setTimeout. Just pass `-D noEmbedSetImmediate` to the compiler at build time.