Oz Tiram

Results 227 comments of Oz Tiram

@juippis I fixed the issues you pointed out (including the cli crashes). @mgorny QA is finally OK.

Typer tests are all passing now.

Unfortunately, I could not download the tests logs you attached.

> Basically, it's throwing: > > ``` > CompletedProcess(args=['/tmp/portage/dev-python/typer-0.15.3/work/typer-0.15.3-python3_13/install/usr/bin/python3.13', '/tmp/portage/dev-python/typer-0.15.3/work/typer-0.15.3/docs_src/testing/app01/main.py', '--help'], returncode=1, stdout='', stderr='TypeError: TyperArgument.make_metavar() takes 1 positional argument but 2 were given\n').stdout > ``` I bumped typer version, and...

I believe the OP would like to do this, because it's useful for testing. And maybe even because it's possible with flask's `app.run`. However, do note that flask is more...

Yes. The beauty of bottle is its minimalism. You should serve your application with SSL, not develop with it. @dagnelies thanks for posting the better way how to do it....

Hi! Thanks for fixing the stuff for me. I already did some of it but have not pushed it. Does that mean you are going to merge it? anything else...