Leynier Gutiérrez González

Results 28 comments of Leynier Gutiérrez González

The solution I found was that the `inherit_cache` field should be set in the `Select` and `SelectOfScalar` classes of `sqlmodel.sql.expression`. ![image](https://user-images.githubusercontent.com/36774373/151710100-9f72ee35-780a-428c-8fdc-215a01bd4dd2.png) Personally, while it is fixed, I will set that...

In this PR (https://github.com/leynier/sqlmodel/pull/37) pointing to a fork, you can see that the tests are successful. I think that It is not necessary to add extra tests for this PR...

Currently, I use subapase (specifically gotrue) with FastAPI, what I do is use supabase for authentication from the client, the client when making requests to an API in FastAPI sends...

For me all projects should have a license

My favorite license is MIT, what other alternatives do you propose? What problem do you see on the MIT license?

Hi, in this issue https://github.com/kherel/animated_theme_switcher/issues/23#issuecomment-796879448 explain how to do it. Flutter on the web has two rendering modes, one using canvas kit and the other using HTML DOM, the canvas...

I will make a PR with null safety support implementation