-
We have a issue regarding validations with strings that has spaces and letters
```
> const v = require('cpf-cnpj-validator')
> v.cpf.isValid(' 16704533672 d ')
true
> v.cpf.isValid(' 16…
-
A lib está retornando que o CPF ***29075*** é invalido, quando o CPF na verdade está duplicado no banco de dados
'cpf' => ['required', 'cpf', Rule::unique('users')->whereNull('deleted_at')],
php…
-
I've made a few change this lines bellow:
```cpf = StringField("CPF", validators=[DataRequired(message="O CPF é obrigatório"), self.cpf_validator]) ```
```
def __verify_cpf(self):
…
-
npm WARN deprecated @hapi/joi@17.1.1: Switch to 'npm install joi'
Any chance that a new version of this will be published addressing the deprecations? No worries if not.
"cpf-cnpj-validator"…
-
Quando tento instalar pelo composer utilizando o comando informado na documentação:
`composer require jailtonsc/validator-cpf-laravel`
A seguinte exceção é lançada:
```
[InvalidArgumentExc…
-
`cpf` é o nome da variável para guardar o valor de um CPF, então sempre rola colisão com a lib. Tenho renomeado `import { cpf as cpfValidator } from 'cpf-cnpj-validator'`. Acha que faz sentido exporta…
-
Recommend tools for validation for EAC-CPF
## Creator of issue
1. Silke Jagodzinski
2. TS-EAS: EAC-CPF subgroup
3. s.jagodzinski@bundesarchiv.de or silkejagodzinski@gmail.com
## The issue rel…
-
Using Angular 8 I receive this error message:
ERROR in node_modules/ngx-cpf-cnpj/lib/cpf-cnpj-validator.directive.d.ts(6,38): error TS2307: Cannot find module '@angular/forms/src/directives/validat…
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this f…
-
Nice work, @edsonbonfim
I added support for inputFormatters, but it would be interesting to have predefined formatters like validators.
I would like to have formatters and validators for Brazil…