mattalbr

Results 18 comments of mattalbr

Just wanted to follow up @acarapetis for a review when you have the chance! Thanks!

Hi Anthony, just wanted to ping here to see if you'll have time to review coming up!

Hi @acarapetis, picking this back up, is there any way to get a review from you on this PR?

Let me add in Thiago who is actually going to implement this feature for us. I'm open to it personally (though we'll need to do a bit of work with...

My problem isn't with the type checker but with the actual runtime (don't want to have to call `StrawberryType.my_field(obj)` everywhere, would much rather do `obj.my_field()`), so `typing.cast` won't do it....

Also, it seems like the autogenerated relationship resolver returns the model class instead of the strawberry class. Would love if it would return the strawberry class instead

@TimDumol I got working locally a version of strawberry-sqlalchemy-mapper that generates a from_row classmethod and returns strawberry types instead of sqlalchemy types from each resolver. The resolvers can also handle...

Sure thing! Sent the pull request, with a bunch of my thoughts in the description. Please take a look when you get a chance, and we can discuss/iterate over there....

Hi all, sorry, I have indeed been completely MIA. It's awesome to see all the interest shown here to keep this library going. Patrick correctly guessed that I've been extremely...

Another terrifying datapoint: We believe that we're seeing this behavior even when using `pushReplacementNamed`, specifically when running on iOS or the iOS simulator, but not 100% of the time. I'm...