Emerson Xavier

Results 7 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...

Hi there, I downloaded the repo and ran `python3 setup.py install`: ```bash Installed /usr/local/lib/python3.9/site-packages/bcbio_gff-0.7.1-py3.9.egg Searching for scikit-learn>=0.21.3 Reading https://pypi.org/simple/scikit-learn/ Downloading https://files.pythonhosted.org/packages/41/84/5f4af978fff619706b8961accac84780a6d298d82a8873446f72edb4ead0/scikit_learn-1.7.1.tar.gz#sha256=24b3f1e976a4665aa74ee0fcaac2b8fccc6ae77c8e07ab25da3ba6d3292b9802 Best match: scikit-learn 1.7.1 Processing scikit_learn-1.7.1.tar.gz error: Couldn't find...