-
😊
-
Hi there,
I've noticed that when using dexie-observable and dexie-relationships together, an error is raised as soon as you call `db.on('changes', (changes) => {}`
```
Uncaught (in promise) Typ…
-
Hi and first of all thanks a lot for this great library.
I am trying to implement Dexie.Syncable to download an existing MongoDB database that already has over 40k records. It wasn't built with in…
-
I took the one to many typescript demo, tuned it a little bit by adding global identifiers at object creation, and created a Typescript Demo and article with details:
https://medium.com/@ole.ersoy/…
-
From the looks of it, I'm guessing it's doing operational transforms (OT). I didn't see this mentioned anywhere in the docs or code so just wanted to confirm I understand correctly.
-
I'd like to create an excel-like app, where in each cell I can write a formula, computing its value from other cells (the exact list of cells depends on the formula). But I don't know how to do this e…
-
with `npm install dexie-cloud-addon` i run into:
Attempted import error: 'cmp' is not exported from 'dexie' (imported as 'cmp').
ERROR in ./node_modules/dexie-cloud-addon/dist/modern/dexie-cloud-a…
-
Dexie 3.2.7
Given the following code:
```
dexie.queue
.where('userId').equals(authenticatedUserId)
.limit(100)
.toArray().then((entries) => entries.…
-
I'm using Dexie "3.2.1" and can't find a way to set **Dexie.debug** to **true**.
This is the docs which I used as reference.
https://dexie.org/docs/Dexie/Dexie.debug
Can you help me?
-
I'm running under node (for unit testing) with ```fake-indexeddb``` and ```dexie-observable``` I get a ```'DataCloneError'``` ("The data being stored could not be cloned by the internal structured clo…