oehlschl

Results 10 issues of oehlschl

retry_criteria_check methods are not triggered if both @retry_exceptions and @fatal_exceptions are nil per lines: https://github.com/lantins/resque-retry/blob/v1.5.0/lib/resque/plugins/retry.rb#L275 https://github.com/lantins/resque-retry/blob/v1.5.0/lib/resque/plugins/retry.rb#L199 This case seems like a common one (defining a criteria check method without whitelisting...

This is not a bug per se, but the behavior is unexpected; `exceeded?` returns true AT the threshold in addition to over it, which is unintuitive. This is reinforced by...

This PR introduces a failing spec to replicate issue described in #19. This branch can be used as the source branch for fixes, but shouldn't be merged until specs pass.

Sorry for the delay here @mtuckergd; thanks for merging a fix and cutting a new release. After testing with the new version, there's no infinite loop (👍 ), but for...

We just encountered this regression after upgrading from version 1.0 to version 3.0 of the Shippo gem/API. It looks like this was really introduced in version 2.0* and we can...

It looks like there hasn't been a new official release of this gem since 2016; is the preferred method to reference github directly, or will a new release be cut...

We're looking into the performance of our jbuilder view implementation, and it would be nice to configure the cache store to something besides the Rails store (perhaps ActiveSupport::Cache::NullStore), at least...

feature

Fixes #166 ### Problem This PR fixes bug where scopes from one `has_many :through` association leak into queries for other through associations when the owner model has a `default_scope` with...

We've had Goldiloader pinned at 4.2.0 for a while now due to some SQL errors we encountered in specs when upgrading to 4.2.1, believing it was an issue with our...