Results 17 issues of Ícaro Pires

The messages given to the user could have colors. Because it's cool. - [ ] Ignored files should be red - [ ] Files that will be renamed should be...

enhancement
good first issue

It's also required that on every exercise the SQL scripts have a header, this is not fun to be made manually. A header looks like this: ``` -- -------- >...

enhancement
help wanted

Vandor also asks for the database used at the SQL scripts to be the same name of the class. For example, if the name of the old exercise was `aula1exer2`...

enhancement
good first issue

Currently, functions are not documented. This is bad. This should be done via [PEP-257](https://www.python.org/dev/peps/pep-0257/)

documentation
enhancement
good first issue

The project was giving some erros when trying to launch it. So I realized that that all paths on `carla-map-editor/Unreal/CarlaEditor/CMakeLists.txt ` and `carla-map-editor/Unreal/CarlaEditor/Makefile` are being relative to the developer's environment.

For this repository content to be directly used as a package, it should have a `CMakeLists.txt` at the root directory, according to the [official documentation](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/build-system.html#component-cmakelists-files).

feature-request

Save the page counting and don't perform it again when resuming the processing

feature-request

enhancement
good first issue