Results 8 issues of John Lemp

``` ruby require 'configuration' b = Configuration.for('b'){ host "codeforpeople.com" www { port 80 url "http://#{ host }:#{ port }" } db { port 5342 url "db://#{ host }:#{ port }"...

with Query the latest Amazon Linux AMI from AWS Systems Manager Parameter Store

**Describe the bug** The default filters for string (equals, starts with, ends with, contains) no longer work. When the default active admin filter select is replaced with the Slim Select...

bug

Add option to disable sync_clock calls: 1. The sync_clock method calls get_service which does a ListBuckets operation. If the IAM user does not have permissions to ListBuckets (as I assume...

Set default apt_repository distribution to empty to match New Relic repo structure.

All of a sudden this started failing on ubuntu 14 with an error that it cannot find the newrelic repository packages. It is adding the apt_repository resource with the distribution...

I just uncovered some unexpected behavior in using typed_store on a new model with single nullable attribute for the first time since rails 7 and though I would file this....

pragmatic_segmenter defines a module named Unicode at the top level: ```ruby # lib/unicode.rb module Unicode def self.downcase(text) text.downcase end end ``` Defining modules directly in the top-level namespace like this...