Henrique Branco

Results 26 issues of Henrique Branco

Last commit was in 2020. It seems that this package is not beeing maintained anymore. Agreed?

**Is your feature request related to a problem? Please describe.** It's not a problem. Just improvements in the output to eventual non-technical users. I can't send a custom message when...

enhancement

When I start a match in Heroes of the Storm game, it crashes. Above the final lines from Lutris log. ``` Game is considered started. ERROR: ld.so: object '/usr/$LIB/libgamemodeauto.so.0' from...

intel anv
needs feedback

I'm facing a problem with Poetry and GitHub actions in the last days. Maybe because Poetry has an updated version. **Information** * Poetry version 1.1.9 * Python 3.9 I'm using...

Hi there, could I start a translation of your book to brazilian portuguese? I found it amazing and want to share it with the Brazilian community

# Proposed changes - Added `isort` to `pre-commit` and as a dev dependency - Added `openai` to dependencies. - Apply `isort` to the entire project (purely style). - Added a...

There are a lot of repetitive calls at unit tests setup. Maybe it would be better to replace them with fixtures. This is even simpler in `pytest` framework. Check here:...

test

@gventuri, wouldn't using the `pytest` framework for unit testing be better? `pytest` is also included as a dev dependency but not used.

test

@gventuri, I've preferred to open another PR just for adding `isort`. Better than solving those conflicts from PR #8 which has a mix of changes. This one: - Adds `isort`...

At this PR I've suggested some small changes for refactoring.