Toni Alatalo

Results 64 comments of Toni Alatalo

oh I don't think you saw the version with the fix yet: http://130.206.81.111/fidemo/ the version configured for santander & the heatmap is a bit older, didn't have that camera near...

I also struggled with `column_property` and `hybrid_property`. Am now using workaround where just call custom code to add properties in code to my "read" objects. Am also using normal Python...

There's an open source XR mock / emulator for ARFoundation, not sure how things go with what you say and something like that, did test it the other day with...

Now you have WebXR Interactions package, so is this actually closed, or am I missing something? Getting to know these things more now, testing as well, thanks for all the...

Right, sorry for the noise, just saw this in the release notes of that package and came to edit my comment. I get it now, thanks! -- [0.2.0] - 2020-10-30

I remove both `session` and `request` from the key. ```python request: Request = copy_kwargs.pop("request") del copy_kwargs['session'] ```

> the order_number column is NOT getting created in my table. That's the whole idea of `column_property`, to have something appear in the objects, which is not in the db,...

Seems to be working well, we haven't used this under heavy load yet, though. I'm curious to hear how others are experiencing this, but AFAIK it's good and robust. We...

Maybe good to close this issue, as asyncpg does work fine with ASGI, e.g. gunicorn & uvicorn and fastapi, using the techniques described by others here earlier.

This is not about SQLModel actually but SQLAlchemy, your example also literally only imports sqlalchemy libs. Maybe you'll have better luck asking there or in StackOverflow with sqlalchemy tag. Am...