David Fahlander

Results 50 issues of David Fahlander

When useDocument() (dexie-react-hooks@next) is used, sometimes "Y.Doc was destroyed" error occurs

We need a better approach and propagate all Yjs updates across all docs no matter if they are open or not. This issue was actually started on in late February...

Yjs documents will keep the history of all involved clientIDs over time. clientID are generated randomly in the Y.Doc constructor so every time a document is opened, a new clientID...

The Y.js support in Dexie.js is completed in PR #2045. Dexie Cloud Server supports Y.js updates as of version 2.0 (in production since november 2024) Pre-releases of client libraries have...

Use TS template strings to control the dexie syntax at compile time and infer properties, making sure the entity declaration and the syntax specifications match.

Resolving feature issue #886 `using` is really neat and would be easily introduced. The only tricky part is to introduce it so that both the type system and the runtime...

This PR is currently failing as it reproduces issue #1922. When the bug is solved in dexie.cloud service, please rerun the tests. ## Summary by CodeRabbit * **Tests** * Expanded...

When merging this PR, release a new dexie-react-hooks package and document the new options. This PR was mainly done to allow attaching an error handler to the DexieYProvider in case...