Bryan Goldstein

Results 83 comments of Bryan Goldstein

maybe https://unpkg.com/graphql-gun - however, it isn't deployed with a bundle so you might have trouble resolving the requires

@thebetterjort - if you want to package a bundle I will accept pull requests

Unfortunately, yes it does. It shouldn't be too hard to build in an unsubscribe though if it is needed. On Fri, Nov 22, 2019, 3:09 AM Elie Zedeck RANDRIAMIANDRIRAY <...

Good to know! On Fri, Nov 22, 2019, 6:22 PM Mark Nadal wrote: > @eliezedeck @brysgo > just FYI, unsubscription in GUN is still > pretty buggy. Calling .off() may...

Hey @siddhudhangar - I'd be happy to help you, do you think there is any way you could add a failing test for your case, it would be greatly appreciated....

@siddhudhangar - I have a theory, have you tried passing a root scope to graphql gun? For example: ``` const root = gun.get("someRootScope"); const fish = root.get('fish'); ... graphqlGun(myQuery, root).then(function(results)...

Hey @siddhudhangar - I wrote a test for the bug you outlined and it passes for me, maybe you can iterate on it to show how it is not working...

@siddhudhangar - I am willing to entertain adding query features. Just open a separate issue and we can talk about it!

Hey Sebastian, hope you are enjoying playing around with this. Since there is no filter query in gundb (that I know of) the only way I could think to do...

Great, excited to hear some ideas once you get there!