Ryan

Results 7 comments of Ryan

bump, any reason this can't go in?

It doesn't add the columns to the new schema, since it thinks they already exist. I was able to resolve my issue by removing the `schema-v1`. But it wasn't immediately...

Looks like there is a `table_schema` key that you can check against, so something like `if (!tableColumns[type].some(row => row.column_name === field && row.table_schema === currentSchema)`

Looks like this has stalled out again, we are seeing this issue on our live app

Seems related to web crypto: https://github.com/automerge/automerge/blob/main/javascript/HACKING.md#getrandom-support

Can force automerge-repo to use 3.2.0: `import { initializeWasm } from "https://esm.sh/@automerge/automerge-repo/slim?deps=@automerge/[email protected]";`