Álvaro Paiva

Results 7 comments of Álvaro Paiva

@giovani-dev, você consegue validar um documento independente dele estar com máscara. ```python from validate_docbr import CNPJ cnpj = CNPJ() cnpj.validate('09.257.586/0001-49') # True cnpj.validate('09257586000149') # True cnpj.validate('09.257.586/0001-50') # False cnpj.validate('09257586000150') #...

@leogregianin, não creio que ter essa opção a função `mask` seja coerente, visto que será realizado duas ações: limpeza da entrada e depois aplicação da máscara, porém apenas essa última...

Sugestões gerais: - Evite usar o `f` para formatação, pois quebra a compatibilidade do pacote com versões do Python menores que 3.6 (#24); - Utilize nomes totalmente descritivos para as...

@rochdev The tracer initializes before all other modules. Your location in the code has not changed with the version update. > the behaviour is undefined and can change from version...

@rochdev I'll try `2.13.0` this week or the next, then come back here informing you what happened.

I updated the dd-trace version to `3.0.0` in my project and it worked! I don't know what didn't work between versions `>2.6.0` and `

Still no estimate on when the new Linux versions of the game will be released?