Enrico
Results
2
issues of
Enrico
Seems related to https://github.com/jpadilla/pyjwt/issues/529 Getting this error after the new dependency resolver on pip 20.3.
When using this gem with namespaced classes, this gem breaks. Ex: ``` class ModuleA::ModuleB::ClassA < ApplicationRecord has_paper_trail include Monetizable # Relationships belongs_to :class_c, class_name: 'ModuleA::ClassC' belongs_to :class_d, -> { includes(:class_e)...