whoami
CCConvex Community
•Created by edmarfo on 1/24/2023 in #general
I would like to know how to handle
maybe the native support of deleting files associated with
Id<'_storage'>
would be really helpful14 replies
CCConvex Community
•Created by whoami on 6/12/2023 in #support-community
Can I do langchain streaming in convex?
ok thanks that makes sense
3 replies
CCConvex Community
•Created by khromov on 5/26/2023 in #support-community
GDPR compliance?
When will SOC2 be completed?
17 replies
CCConvex Community
•Created by Francismiko on 5/23/2023 in #support-community
Better implementation of automated optimistic updates
I understand your concern now, maybe we can figure out a way to get away from these corner cases? Or maybe in the parameters of
withOptimisticUpdates
, we can select which queries can be synced in a local first manner automatically and warn users what might be the consequences of it (if I used a secret in an query most likely that involves some external fetch which makes it impossible to mock in the frontend anyways)11 replies
CCConvex Community
•Created by whoami on 5/17/2023 in #support-community
Convex Compatibility Issue with Certain Browser Plugins
wow an acient issue got discovered
10 replies
CCConvex Community
•Created by Francismiko on 5/23/2023 in #support-community
Better implementation of automated optimistic updates
I am not sure, I imagine the atomic mutation can be propagated to whatever queries that was using them (just like how the reactivity is implemented in convex, but in a local copy of it), if you have all the mutation, queries and db connected as a graph the propagation logic will be clearer (mutation -> db -> query), and such helper function can be built in compile time, and it will be used when I call
useMutation('...').withOptimisticUpdate()
, this would cover most optimistic update cases unless it requires CRDT like conflict resolution11 replies
CCConvex Community
•Created by Francismiko on 5/23/2023 in #support-community
Better implementation of automated optimistic updates
is this something that is possible to be implemented?
11 replies
CCConvex Community
•Created by Francismiko on 5/23/2023 in #support-community
Better implementation of automated optimistic updates
I was thinking if we can design the optimistic update such that we can just enable / disable it with a boolean variable as most of the time there is no conflict resolution, for example we can just automatically find all the queries that may be impacted by the mutation and inject the local storage piece of the code for it?
11 replies
CCConvex Community
•Created by whoami on 5/17/2023 in #support-community
Convex Compatibility Issue with Certain Browser Plugins
Let me ask my colleague!
10 replies