Tyler Hunt

Results 13 issues of Tyler Hunt

I'm running into an issue caching responses with headers like this: ``` Cache-Control: max-age=300, public ETag: "5c564d692c85b70068fd76ea25f2be2f" ``` While fresh, this works fine, but once stale, `Net::HTTP` is raising this...

If you've ever run into an "unexpected exit" error with Puma-dev, you know how frustrating it can be to have to start digging into logs to try to figure out...

enhancement
help wanted

Using the module name in the helper doesn't work due to the way the macro is applied.

Is it feasible to implement `#seek` on `InputStream`? This would make it possible to use with `PDF::Reader`, which checks for a duck that quacks `#read` and `#seek`.

Check for the presence of the `http` command before attempting to send insights to avoid not found errors in environments where the command isn't installed.

`Bundler.with_clean_env` has been deprecated, so update the code to use `Bundler.with_unbundled_env` instead.

When the gemspec was added, the dependencies from the Rakefile weren't carried over into the gemspec. Specifically, a runtime error was occurring since XMLSimple was no longer considered a dependency...

### What is the purpose of this pull request? Fix an issue where running `rails d logidze:model` doesn’t remove the `fx` trigger file since it was incrementing the trigger version...

## Is your feature request related to a problem? Please describe. #1968 removed the `EnforcedStyle: string` option from the `VerifiedDoubleReference` cop on the basis that doubles aren't actually verified when...