Results 3 issues of Eric Dudley

Is there any plans to implement a retry option for gRPC calls? When working with an API that requires the usage of retries, it would be useful to have a...

I'm stuck trying to fix authentication with a stale client. I've attempted to mitigate this by calling `db.cloud.login()` as well as `db.cloud.sync()`; however, both result in the same logs seen...

doc improvements

Hello, I am using Dexie.js for the first time with my Svelte5 app, and I am trying to figure out how to show the query async status lifecycle. ``` let...