Luke Francl

Results 5 issues of Luke Francl

## Proposed Changes I've updated the dependencies to their latest versions and added Go 1.18 and Go 1.19 to the test matrix. ## Further Comments If you would like, I...

The first value in the _count/count output is a timestamp, but I confused it with a document count since it just looks like a big number. This adds the ?v...

Hey, I just ran into a problem running the Apache install on a bare slice with nothing on it. Sprinkle decided that `apache_etag_support` was the first thing that should be...

Null bytes cause problems with NewRelic RPM: ERROR : Failed to harvest profile_data data, resetting. Error: ERROR : ArgumentError: string contains null byte This happens because File.basename raises an exception...

It looks like predicate methods aren't proxied, for example: ``` user.active #=> true user.active? #=> NoMethodError: undefined method `active?' for # user.status.active? #=> true ```