David Fall

Results 25 comments of David Fall

@radex I agree with your concern about the maintenance of the Vue implementation of `withObservables`. I'm almost wondering if I should just fork `@nozbe/withObservables`, releasing a separate npm package named...

@radex Apologies for the radio silence on this issue. I was originally ramping up on Vue to impress an employer I had applied to. But then I got a new...

The only syncing database that I know of that currently implements ACL is Realm: https://docs.realm.io/platform/using-synced-realms/access-control Hoping to find a way to mirror how they achieve ACL.

@fazo96 Thanks for the tip! Appreciate it.

@ManuelMGM I faced this same bug as well. It is resolved in the latest commits since the last release, but has yet to be published to npm in a new...

@amark I ran into this same error. ### TL;DR Think it hasn't something to do with Gun user not existing on server node. Just a hunch Environment: Chrome Latest, Node...

@amark Really appreciate the reply. And that is good point you made regarding the scope. Should try to do some unauthenticated ops separately and compare results. I’ll probably stick with...

There are a bunch of sync and performance concerns with our current api for the forms product. Hoping Gun could be an alternative for us. We’ll also be doing for...

@amark Switching to another adapter completely avoided the issue I was encountering. Thanks for your input today.

@slavikdenis @rogerbright @thymikee @umair-khanzada I have two different solutions. They aren't exactly adequate for all scenarios. Text selection being one of them. But hopefully they will be of some use:...