Alan Silva

Results 109 comments of Alan Silva

@RomneyDa Thanks for trying too. The thing is that release continue `v0.8.52` works, but not pre-release `v0.9.211`. So, for me, it's clearly a bug.

I use docker `Amazon Linux release 2 (Karoo)`: ```dockefile FROM public.ecr.aws/lambda/python:3.10 ``` Do you have a suggestion to replace it?

Nevermind, using `FROM public.ecr.aws/lambda/python:3.12` seems to have solved my problem.

I need some time to check this PR and thanks a lot for doing this.

Thanks for that. Now I need to find time to look into this... Don't hold your breath.

Heavens, please show an example of how to use your approach and not the `click` one! I need to handle --my_arg whose default is 'hello': ```sh app # my_arg is...

> We feel that any behaviour obtained by this combination of parameters can probably be achieved easily with some internal logic and more straightforward (and properly typed) options/arguments. Can you...

I hope this can help: `tests/test_integration.py`: No gutters, "File Uncovered". It should show "100%" or at least some value. `src/myapp/main.py`: All fine. When I use Vscode Test Coverage, it shows...

One can't assume that `test_*.py` will be fully covered. Thanks to this new feature in `Vscode`, I was able to spot tests that were useless, using deprecated or removed functions,...