Leo Kirchner

Results 165 comments of Leo Kirchner

Alright let me try to lay out again why I _think_ I need this. My use case, which I _think_ is fairly standard, is that I want to retrieve all...

Well I need ORM access to use those, don't I? So that rules out both the preferred GraphQL as well as the REST API in their current state. Also unless...

Cool! I will look into contributing this in a couple of weeks time.

The logs posted have been collected with `-f`, the end of the snippets is the point where that command terminated and I assume the containers did so as well. Running...

Not relevant for me at this time, so I guess the issue can be closed. Does it make sense to take into account @jonkerj's suggestion?

I support the idea of returning a sync result rather then the object itself, I think this would make error handling more straight-forward. @glennmatthews/@Dav-C - any opinion here?

When calling `update` or `delete`, you are calling on the class instance itself, so you have the instance available in 100% of cases. The proposal for `create` returns a tuple...

So what you are proposing is to have an attribute on a model that decides what the direction of the sync should be? As in, you instantiate both of your...

Can you try to come up with a minimal reproduction of this issue (i.e. does it always occur when a model name start with `a`?) and post the code in...

> did you fix the issue? No, the issue is not fixed at this time. However, do feel free to submit a PR with a fix!