Emerson Xavier

Results 6 issues of Emerson Xavier

Hi guys, I think you have introduced breaking changes somewhere along the path within a patch upgrade instead of a major version because I've got version 1.5.1, where JWT.encode method...

discussion

To kick off the discussion: https://github.com/devise-two-factor/devise-two-factor/blob/main/devise-two-factor.gemspec#L25 Does anyone want to pick this up? Cheers.

Tested locally on Rails 5.1 application. - The app starts with no errors or deprecation warnings; - The app renders PDF files with no major and apparent difference from Rails...

Hello, I have a case where I overrode respond_to? on a subclass of OpenStruct because I this class to work as fake object. ``` class Dep def a "Hello from...

Hi there, Nice work with octocov! May I just ask a couple of questions? 1. Are there more examples of custom metrics? 2. Is there support for commenting on files/lines?...

question

Hi, Here's the behaviour on Rails 8.0: ``` Loading staging environment (Rails 8.0.3) e(staging)> a1 = AlliedHealthActivity.new(session_type: "INDI", specialist_type: "PSYC") e(staging)> a1.session_type => "INDI" e(staging)> a1.specialist_type => "PSYC" ``` Class...