Wanderson Policarpo

Results 4 issues of Wanderson Policarpo

## Feature Request Sidekiq Pro already emits StatsD metrics when a job expires and is discarded. We could have something similar to `death_handlers` (say `expiry_handlers`) to allow developers to hook...

## Issue Rails 6 introduced [`upsert_all`](https://apidock.com/rails/v6.0.0/ActiveRecord/Persistence/ClassMethods/upsert_all) and the SQL Server adapter does not implement it yet. There's no such thing as MySQL's `ON DUPLICATE KEY UPDATE` in SQL Server, but...

rails-6.0
feature
accepting-pr

`TinyTDS` returns `false` when you try to execute a query and for some reason it fails (dead connection, a network intermittent error, etc). This PR changes this behavior to raise...

The `Style/DocumentationMethod` cop does not support Sorbet's `sig` blocks when both sig and docs are present, making it incompatible with [Sorbet/EmptyLineAfterSig](https://github.com/Shopify/rubocop-sorbet/blob/main/manual/cops_sorbet.md#sorbetemptylineaftersig) cop. I think it makes more sense for the...