Will Green

Results 17 comments of Will Green

This works for me. Clicking on the select2-drop-mask is what the user would actually do to deactivate the select2 drop down. ``` ruby find(:xpath, '//div[@id="select2-drop-mask"]').click ```

Serverless plugins get access to the AWS SDK; might it be possible to add a command that compiles the ASL JSON and uses [updateStateMachine](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/StepFunctions.html#updateStateMachine-property) to update the definition of the...

@theburningmonk I agree that the console is great for visualizing and initial prototyping. However, the problem comes when I need to make changes to a workflow, maybe add some steps....

Oh wow, that _is_ a lot of cases to consider! That’s probably more than I can commit to tackling at this time. Thank you for elaborating on this; great insight!

While interesting, if you want an offline experience for your step functions, you still need to provide emulated services for, at a bare minimum, Lambda _(but probably also DynamoDB, SQS,...

Is there any way to pass the provisioned throughput argument to dynamodb-local via command line args?

It would be great if there was an option to explicitly include my local `aws-sdk` as an external module, and include it in the bundle; I don't want to wait...

Bump. Any word on when the ability to use this with an on-prem Github Enterprise will be released?

I'm certainly capable of such a change. Let me noodle on it for a bit and see what I can come up with.

The correct way to test this would be to instantiate your own instance of the class you want to persist, then use the overload of PersistenceSpecification.VerifyTheMappings that takes an instance...