Brian Neisler
Brian Neisler
Hey @djkalmyk, we currently have a Netlify component here https://github.com/serverless/components/tree/master/registry/netlify-site The current component though is only setup with github integration. Would be awesome if you feel like updating it to...
@kostjazvankovich good point, we should probably update this component to more accurately reflect the AWS API. AwsIamRole should be separated from AwsIamPolicy and we should be able to specify which...
Something to look at here is the AMQP transport binding for CloudEvents https://github.com/cloudevents/spec/blob/master/amqp-transport-binding.md
@mthenw can't really get around that limit. This is just to get around the payload size limit on providers.
Agreed, that would solve the problem and remove some of the ambiguity around key(). Thanks for the quick response!
Just starting to dig into this project, but one reason I am interested in this vs. emoji-mart is that my application is built on react-native and react-native-web. Android, iOS and...
Thinking that we just need the appropriate harness in place to run a CI build when framework master is updated. That’s a bit different than the usual practice of running...
I think i've sorted out the issue here. After reading this post... https://github.com/babel/babel/issues/10526 I realized that the `babel-plugin-redux-saga` was extracting the CallExpression from the ExpressionStatement. https://github.com/redux-saga/redux-saga/blob/master/packages/babel-plugin-redux-saga/src/index.js#L53 This is desired in...
I've started a PR here that fixes the issue https://github.com/redux-saga/redux-saga/pull/2171
hey @graingert! Thanks for opening this issue. Could you elaborate on what type of support you're looking for here? Just to have the methods support the data structures from Collectable...