David Dawson

Results 7 issues of David Dawson

The following change removed `ssh_source_restriction` https://github.com/cloudposse/terraform-aws-elastic-beanstalk-environment/commit/fe6d0d7242dff18928cc204fb3c693e104978b17#diff-7a370d8342e7203b805911c92454f0f4L494 but it is still present in the docs, and is also a variable that can be passed in, is this intentional? I have checked...

bug

## what * Bring back the SSHSourceRestriction ## why * This got accidentally removed in a previous commit https://github.com/cloudposse/terraform-aws-elastic-beanstalk-environment/commit/fe6d0d7242dff18928cc204fb3c693e104978b17#diff-7a370d8342e7203b805911c92454f0f4L494 ## references * Open ticket: https://github.com/cloudposse/terraform-aws-elastic-beanstalk-environment/issues/123

triage

The current variable counter is broken if some of the partials are cached and others are not in a collection, hence I have created a new magic variable called: cache_safe_#{variable}_counter...

## Issue when wrapping the effect handler with a catch block Some libraries / frameworks like warden and hanami, use throw and catch to manage the flow of execution. I...

bug
help wanted

Previous to this commit the following would fail silently: ``` validates_hash_keys :hash do validates :key, presence: true, if: :if_method end def if_method false end ``` This PR allows us to...

This took me a while to track down, but when we switched over to using memcached based seasions using the dalli gem we noticed that we were leaking memcache connections:...

This took me a while to track down, but when we switched over to using memcached based seasions using the dalli gem we noticed that we were leaking memcache connections:...