Ben Speakman

Results 8 issues of Ben Speakman

I am running version `0.18.0` on MacOS with Ruby `2.3.7p456` and am trying to run `terraforming snss` but I get the following error and stack trace: ``` /usr/local/Cellar/terraforming/0.18.0/libexec/gems/aws-sdk-core-3.51.0/lib/seahorse/client/plugins/raise_response_errors.rb:15:in `call': Topic...

This is primarily to allow Twig to access the properties of Item http://twig.sensiolabs.org/doc/recipes.html#using-dynamic-object-properties

I was trying to use this library with [slackapi/bolt](https://github.com/slackapi/bolt) however I get an error `Cannot read property split of undefined` which seems to be an issue with verifying the `x-slack-signature`...

https://github.com/arambalakjian/DataObject-as-Page/blob/master/code/Forms/VersionedGridFieldDetailForm.php https://github.com/icecaster/silverstripe-versioned-gridfield/blob/master/code/VersionedGridFieldDetailForm.php These two files conflict with each other and cause a `'There are two files containing the "VersionedGridFieldDetailForm" class` error in Silverstripe. Any reason this file is not included...

### Description I am trying to use Steno with a [bolt](https://github.com/SlackAPI/bolt) app. However when replaying a transaction the request signing verification fails as the timestamp is too old. ### What...

Is there support for polymorphic relationships? I see there is a check in PathsCommand for polymorphic relationships. However when I run the command on my model it doesn't get past...

**Describe the bug** When validating an input with an incorrect type we get an `failed to decode json: json: cannot unmarshall...` error instead of a `validation failed` error with a...