Kelvin S. do Prado

Results 14 issues of Kelvin S. do Prado

Criar uma `func main` para cada exemplo de Go, ao invés de centralizar tudo no `main.go`.

enhancement
question

This is an open discussion about an improvement suggested in the [MLOPs Community](https://mlops-community.slack.com) workspace (Slack). It was suggested to include a way to rate the tools and strengths vs weaknesses...

improvement

Incluir type hints.

enhancement

Adicionar docstrings e comentarios no codigo.

enhancement

Adicionar o padrĂŁo: Business Delegate

help wanted
to-do

Figure out a way to mock the tests to not perform actual calls to the Google Geocoding API (it currently needs an API key to access a paid service).

enhancement

Implement the feature to use the `radius` and `neighbors` parameters already provided by the `Parameters` structure.

enhancement

Process video directly from YouTube

Hi, I'm just trying to run the **Quickstart** example but I'm facing some issues. I have installed **Gallium** following the step-by-step from the Installation section in the **README** file. Now,...

`OrderedDict` should be imported from `collections` instead of `collections.abc`. For example: https://github.com/noirbizarre/flask-restplus/blob/9232e1a6599621e97223e1915c9b414c92faf2cc/flask_restplus/model.py#L8-L12 When trying to import it gives the following error: ``` >>> from collections.abc import OrderedDict Traceback (most recent...

bug