Hayden Richards
Hayden Richards
I've been having this same issue (however UDP timeout instead of TCP?). One of my TPLink lights is in a low WiFi environment, and sometimes doesn't connect properly. This makes...
Bump on this. Is this possible in v.5.x.x?
Thanks very much for the prompt reply! > Not an unreasonable question at all but any implementation is going to be hampered by the fact that Python doesn't provide a...
Thanks @vadimbo I like this idea. I've been meaning to add more customisation via the extra `**kwargs` that `pydantic.Field` provides. I will begin working on this as soon as I...
@donaldcampbelljr Certainly still on my radar, but couldn't say when I'll have time to do this. If you (or someone else reading this) were interested in a PR, the following...
Hi @bellini666 We've run into these issue as well, particularly with `ListConnectionWithTotalCount.resolve_connection_from_cache` here: https://github.com/strawberry-graphql/strawberry-django/blob/d6051db6f1e792604d66206734df9d6ebcfbbb40/strawberry_django/relay.py#L195 Just so its clear, the `result` object here is actually the `QuerySet._result_cache` `list`, so it will...
@bellini666 FYI #622 only fixes 1 of the 4 problems raised in this issue, so it may be worth keeping this open?
> [@SupImDos](https://github.com/SupImDos) [@Kitefiko](https://github.com/Kitefiko) could any of you help me with some MREs for the remaining issues here so I can try to tackle? @bellini666 Yes, we've specifically run into the...
@bellini666 Sorry for the delay! I've created an MRE for the _"Usage of last returns everything and bypasses max_results"_ issue: * Branch: [`mre/pagination-with-only-last`](https://github.com/BrightpathProgress/strawberry-django/tree/mre/pagination-with-only-last) * Commit: 922ec47b8a7fd2e48a48b8b6cdc6f385804e3254 In short, doing: ```graphql...
Closing in favour of #902 which was already merged