David Fahlander
David Fahlander
Can anyone advice here? Webpack is doing something strange. What version of dexie are you using? Only [email protected] has dexie.mjs but it does not contain require.
Thanks for sharing these ideas! I have too been working on ideas about how to consume Dexie easier from React and get a reactive query. Let's have this issue as...
We really need something like this. There are two paths here. Either we take your ideas into a new repo or we just continue the work you've already started and...
Ok, thanks!
I'm enabling built-in observability in dexie #1165 so we could build the hook on top of that instead without the need of dexie-observable. This should improve performance quite a bit...
@rakeshpai I found out about [BroadcastChannel](https://developer.mozilla.org/en-US/docs/Web/API/BroadcastChannel) which is supported by all modern browsers except Safari so I implemented cross-tab/cross-worker propagation in [[email protected]](https://github.com/dfahlander/Dexie.js/releases/tag/v3.1.0-alpha.4). Falling back to storage event for Safari and...
You can do ```js db.log.where({ contest_id: x}).reverse().sortBy('utc_date_time''). ```
Ok, thanks for sharing! The trick seems to be to patch dexie's typing for `Observable` to better comply with the typings of Svelte's Readable. The following code in your `global.d.ts`...
> Yes, that works for me. Could this be in the release or should the svelte integration doc be updated to include this? For now, I've added a reference from...
Thanks a lot for the bug report. Seems this would need some deep dive to resolve. I cannot say that I have loads of time over right now to prioritize...