techknowfile

Results 16 comments of techknowfile

I'm also facing circular import problems with js files. Requires manually editing the base files to move the Selectors, select*() functions, and primitives to a separate file for many models,...

To work around this issue, I've created a custom event that takes a dictionary of lists of django models so that I can send a single event on Django Channels...

Thanks for the fast response, @jaydenwindle ! The good news is, you put me on the right track to figuring out that it isn't completely broken. I installed GraphQL Playground...

I also have this issue, and I receive a subscription event for every person that is subscribed. So if there are 10 subscriptions, one change occurs, every subscriber receives 10...

> See my comments for a solution : > [ESSolutions#9](https://github.com/ESSolutions/django-mssql-backend/issues/9) The solution given here still doesn't work for prefetch_related. A complete solution has been implemented on the dev branch of...

Can't seem to really make a codesandbox for this, because codesandbox stops functioning around 10k nodes

@stewartlord CodeSandbox failed before I could show anything meaningful, so I made a minimal reproduction in a github repo, instead. https://github.com/techknowfile/mobx-vs-mst (requires using Chrome as browser) I decided to try...

@HaveF Thank you, but that doesn't change anything in terms of this issue specifically (I was only using that in the sandbox to reproduce, but in my actual application mst-gql...

@HaveF I can't use mst-gql, as it will automatically load the data into the mst and therefore explode the memory