Results 13 comments of Cadu

Found the same `off by one` behavior where a tile leaks if I **resize my window**. Usually happens if you have an odd-sized window, and periodically fixes itself at multiples...

Another bit of info about my report above: My desktop has a little bit of scaling applied to it, for making things a little bit bigger. So, I don't know...

I have just stumbled upon this, I am having the same need. We have a SQLAlchemy model that is using a custom class called 'MVStringBag', it's a bag of translateable...

(SQLAlchemy 1.4.40) I've activated `batching = True` on all my graphene-sqlalchemy translated models, and whenever I try to access some relationships, the graphql resolver is failing with "future is attached...

@adriangb can you clarify why would it be encouraged to keep using `RawContextMiddleware` over the other? What are the other's shortcomings? Can we simply phase out the other one, if...

This would be very helpful and also help a lot in keeping our data models sane. This would also help in packages like `graphene_sqlalchemy`, where we just landed the ability...

Is there anything we should do to help push this forward? This is a huge missed opportunity.

I want in. I have a specific need (to have the created model descend from a baseclass like the example below I want an option to be able to declare...