Guido D'Orsi
Guido D'Orsi
The timestamps are used for permission checks, so I wouldn't play with those because it would be very easy to mess things up. What we could do is store in...
@justinrosenthal The idea is to have an high-level API that devs can use to check the sync state of a group of values. e.g. ```ts const isSynced = useIsCoSynced(Schema, id,...
Let's pause this PR until we find a final pattern for unique
This should have been fixed on jazz-tools 0.15.5
Investigating I've found that the issue can be linked to Jest: https://github.com/jestjs/jest/issues/14832 Years ago they made `@types/node` a dependency in all their packages to be able to use Yarn PnP...
Thanks for filing the issue and set up a repro!
@aheissenberger Well, can't disagree with you. We just wanted to give you a quick solution, but if you really want to load this much data all at once, you will...
@aheissenberger An update on this issue. We have shipped some optimizations with the latest Jazz version (0.13.11) and it is now possible to load the list. Without changing the code...
Released the optimizations on the subscribe in Jazz 0.13.18 and now the list of 4k issues loads in around 3s when using `{ $each: true }` We can still do...
@boorad Opened a PR to not throw when the profile is missing: https://github.com/garden-co/jazz/pull/2155 The profile is missing probably because it wasn't synced before destroying the node (it can happen if...