Gabriel Mitelman Tkacz
Gabriel Mitelman Tkacz
Closes #4194
Can't use the tool on any of my repositories because I keep getting `README generation error occurred: Failed to clone repository: Unexpected error while cloning repository https://github.com/gtkacz/...`. More details below:...
## Descrição Consulta de CNPJ utilizando a API do CNPJws, retornando dados como razão social, sócios, natureza jurídica, etc. ## Mudanças Propostas Novo método para consulta de dados públicos de...
**Seu pedido de recurso está relacionado a um problema? Por favor, descreva.** Consultar dados de um CNPJ específico usando dados públicos. **Descreva a solução que você gostaria** Uma função que...
Hey there! Would you guys mind if I turned this package into a GitHub Action? It might be useful for open-source projects where the maintainers don't trust that the contributors...
[PEP 654](https://peps.python.org/pep-0654/) introduced exception groups: "a combination of multiple unrelated exceptions". This changes how exceptions are handled by the user: ```py def some_method(): ex1 = ValueError("value_error") ex2 = TypeError("type_error") raise...
This PR introduces four changes: 1. Allow users to pass custom color parameters via query string 2. Move the theme definition to an exterior .json file that is read by...
# Description Many standards and libraries allow for times like 23:59:60 to represent leap seconds. `whenever` now does so by allowing 60 seconds when ingesting or parsing data, but constraining...