Daniel Yogel
Daniel Yogel
I keep finding myself in a situation, where I need to keep in sync (create/update/delete/move) an array of models (AKA VMs, Classes, factory functions) - with some observable array. Is...
Steps to reproduce: 1. create a table of union of objects https://docs.convex.dev/database/schemas#unions. 2. update a row using .patch(), add extra fields like the default _id and _creationTime 3. transaction fails,...
Hey, Right now when updating a table, it looks like any extra fields causes the transaction to fail, AND to provide unrelated error message, which is very time consuming to...
Hey, thanks for Convex! it's just wonderful. One thing I noticed related to Values and Validator, which took me some time to debug: ``` import { v } from 'convex/values';...