Fernando Braga
Fernando Braga
## Problem description gem install byebug -v '11.1.3' --source 'https://rubygems.org/' ## Expected behavior I expected that the gem would install successfully. ## Actual behavior ``` Building native extensions. This could...
Scenario: 1. A LiveView form using phx-change to validate a CPF field 2. When typing a CPF, multiple calls to BrCpfcnpj.Changeset.validate_cpf/2 are made, and :errors list contains a "Invalid Cpf"...
Solves #40 The PR will remove field from :errors, and adjust :valid? accordingly