Frank Leng

Results 5 issues of Frank Leng

I have `useLiveQuery` in an React app where these are run after user signs in. Upon signing out, we run `db.delete()` to wipe user data Occasionally I see a few...

**Is your feature request related to a problem? Please describe.** Saw that support for writable streams was dropped, but open to requests. Our ETL stack depends on writable streams, especially...

enhancement
question

is there any difference in the concurrency logic for `bulkGet` and `where('id').anyOf([...])`? it seems like `anyOf` has some sort of debounce that suffers from a race condition. if we call...