Kelvin S. do Prado

Results 14 issues of Kelvin S. do Prado

Import `OrderedDict` from `collections` instead of `collections.abc`. Fix issue https://github.com/noirbizarre/flask-restplus/issues/766. Note that I haven't included the change to the CHANGELOG since this issue was created in the current version and...

There are some broken links on the README (e.g. [Functional Programming in C++](https://www.manning.com/books/functional-programming-in-cplusplus)). As a suggestion, you could use [markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) Github action to automatically check for broken links on Markdown...

Adicionar Github workflows para fazer uma verificação estática do código (lint) com o objetivo de garantir uma padronização qualidade mínima do código. - [ ] C - [ ] CPP...

help wanted

The unmerge function is not working with JPG image formats, for example: ``` $ python steganography.py --input_image1 res/image1.jpg \ --input_image2 res/image2.jpg \ --output_image res/merged_image.jpg $ python steganography.py --input_image1 res/merged_image.jpg \...

bug