David Fahlander

Results 50 issues of David Fahlander

Basically, I would like to assert that when expecting an "albums" property, it should always be there. If no items matches, it should be empty instead of not defined at...

See #1926

Dexie Cloud already support syncing text properties, but we lack specific conflict-free CRDT support for collaborative text editing of same document. We have a demand from customer to add support...

backlog
feature request

The REST API endpoints [/all](https://dexie.org/cloud/docs/rest-api#all-endpoint), [/my](https://dexie.org/cloud/docs/rest-api#my-endpoint) and [/public](https://dexie.org/cloud/docs/rest-api#public-endpoint) does not track changes or notify clients of updates the same way as when changes come over the sync endpoint. Also, REST...

cloud

The current Dexie Cloud ToDo app is written in abbandoned Create React App framework. We need to port it to Vite.

cloud

Dexie cloud already supports Blobs, ArrayBuffers and other exotic types, but it does it by encapsulating them into a JSON format for both transport and storage. To optimize for large...

feature request

The [current docs for the REST API](https://dexie.org/cloud/docs/rest-api) does not cover how to call the sync endpoint or to connect using a WebSocket client to subscribe to changes. A deeply detailed...

This might be an addon proposal as this proposal has already reached implementations. When it comes to comparision and sorting, base64 does not preserve the sort order from the original...

### Discussed in https://github.com/dexie/Dexie.js/discussions/2156 Originally posted by **jon-smith** April 16, 2025 I recently switched to `immutable` cache mode and have been receiving errors in queries that use `Collection.sortBy` (e.g: `Cannot...