Guido D'Orsi

Results 49 issues of Guido D'Orsi

Add support for invaldating the currentContent when parent groups permissions change. Not really production ready yet, because this solution triggers a notifiy for each CoValue in the chain and SubscriptionScope...

Some of our adopters have very complex CoValue schema shapes, which makes very hard to define by hand all the props to resolve. It would quite useful to be able...

When applying diffs on large lists doing many single transactions may be quite slow. We should try to merge the changes to reduce the cost of the operation.

Internal Reported Bug/Outage

An experiment to store multiple values in a shared block in indexeddb TODO: - [ ] store transactions - [ ] refactor to clean up the code - [ ] ...

We do currently throw an error when a transaction is too big to be stored, to avoid having issues with WebSockets limits. To provide a better DX we should chunk...

feature
planned

[Tracking the toldKnownState through a Set](https://github.com/garden-co/jazz/blob/eed8db51b480784f429406863dcb688a7505a099/packages/cojson/src/sync.ts#L272) is good enough for client/server communication or server to server communication, but shows some issues when multiple server nodes are connected to each other....

Internal Reported Bug/Outage
planned

When writing server code without using the Jazz HTTP wrapper, one of the pain points is to use `waitForSync` We could give a better experience writing an higher level API...

feature
planned

This makes the content invalidation mechanism fail when the permissions change due to updates from the parent groups.

planned

We have reports of this happening in `jazz-expo` Besides fixing the underlying issue, related to either PureJSCrypto or the SQLite adapter, we should also downgrade it to a non-blocking error...

bug
planned

Using the MusicPlayer from two devices I've got into this error: ``` TypeError: Cannot read properties of null (reading 'id') at https://music.demo.jazz.tools/assets/index-BiT7e2Sa.js:57145:40 at Proxy.map () at SidePanel (https://music.demo.jazz.tools/assets/index-BiT7e2Sa.js:57140:55) at renderWithHooks...

planned