Sebastián Ramírez

Results 1458 comments of Sebastián Ramírez

Hey, please create a small `Dockerfile`, the minimal dependencies, and a minimal app file, that way I can try to replicate your error. Otherwise I wouldn't be able to help...

Hey! Thanks for the interest. There's now a version with Python 3.9 and Alpine 3.14. Does that work for you? I would rather not add more Alpine versions per Python...

That's quite interesting! I see that it behaves differently depending on if there's a query string or not. ```console $ curl "localhost/?qwer=34" request.query_string is of type $ curl localhost request.query_string...

Thank you! This was solved in https://github.com/tiangolo/sqlmodel/pull/120, so I'll close this one. But thanks for the effort! :cake:

Cool, thanks @aminalaee! :cake:

Thanks everyone for the discussion. :coffee: If you want to help me, the best help I can get is helping others with their questions in issues. That's what consumes most...

Thanks for the report! This was solved in https://github.com/tiangolo/sqlmodel/pull/234, it will be available in SQLModel `0.0.7`, released in the next hours. If some of you would like to help me...

Ah! Thanks everyone, good point @rabinadk1, I fixed it in https://github.com/tiangolo/sqlmodel/pull/422, I also made a test that ensures the file is up to date with the Jinja2 template. This will...

Awesome! Thanks a lot @rabinadk1 and @leynier for the tip! :cake: :coffee: This will be available in SQLModel `0.0.7`, released in the next hours. :tada:

Awesome, thank you @chriswhite199! In particular, thanks for writing thorough tests! :bow: Thanks everyone for the discussion here. :coffee: If any of you wants to help maintain SQLModel, the best...