Guido D'Orsi

Results 45 comments of Guido D'Orsi

@milkcask Didn't know that was possible to use the generic as argument for the extend 🤯 This opens up a possible solution for us! I've made a quick draft, needs...

After some intensive use of `loadUnique` we found that it is possible to get into some nasty race condition situations. We should provide a `loadOrCreateUnique` API that: - doesn't accept...

I prefer `load` as prefix instead of `get` because it hints more on the async nature of the API.

From anselm feedback: > Can we name it something else to distinguish it from the CoValue "owner" concept?

> This would be great, perhaps call it `creator`? Yeah, maybe it's a better way of naming it.

Should also fix this: https://github.com/garden-co/jazz/blob/d63716a8272502af7d35396e008af2d761c6f6da/packages/cojson/src/coValues/group.ts#L609

> Note: the chunking/reconstruction would be done at CoValueCore level, and on RawCoValues it would be visible as a single transaction. Thinking about this more, it migh be even better...

Status: We have an initial draft https://github.com/garden-co/jazz/pull/1379 The next step would be to implement the CoMap based exchange as suggested here https://github.com/garden-co/jazz/pull/1379#pullrequestreview-2617232320

Part of the design of Jazz is that the history can't be modified, you can only append new entries. What we could do is to store additional metadata to enrich...