Severin Schoepke

Results 6 issues of Severin Schoepke

There is some conflicting information in the README ("send email to [email protected]") and the [wiki](https://github.com/heartcombo/devise/wiki/Bug-reports) ("send email to [email protected]"). Looking at plataformatec.com.br I see that the company does not exist...

Attempting to write unchecked error messages leads to exceptions with the *mysql2* adapter (something like `ActiveRecord::ValueTooLong: Mysql2::Error: Data too long for column 'last_error'`). Assigning the error message and persisting the...

Currently the workflow makes a GraphQL request that looks something like: ```graphql repository(owner: "${context.repo.owner}", name: "${context.repo.repo}") { vulnerabilityAlerts(first: 100) { nodes { ... } } } ``` So only the...

bug

Hi there, this is not really an issue but rather a question/idea. Currently we are stuck with sidekiq v5 in a legacy rails app due to the rack2 dependency in...

Hi there, Looking at our NewRelic errors dashboard I notice quite a lot of exceptions that we don't see in Rollbar. Digging a bit deeper they are all raised from...

Ruby

(This is maybe related to https://github.com/Gusto/apollo-federation-ruby/issues/272) We use Federation and we have some mutations that contain an `ErrorExtensions` type in their results. This `ErrorExtensions` type is federated between multiple services....