Stig Johan Berggren

Results 16 comments of Stig Johan Berggren

I discovered the same issue and the same workaround today. It seems to me as if `table.check` works as documented inside `createTable`, but not inside `alterTable`

I think this is a duplicate of #393 For reference, when there are two defined names with the same name, but with different scopes, this is what it looks like...

I am now in a situation where I cannot resolve with `duplicate` + `abandon` because the diverging changes are on a protected branch. I can fix it in my local...

I don't remember the steps in detail, but it did involve a `split` on a revision that I didn't realize was already on the protected branch. Then I rebased the...

Here's my jj log output ``` @ nwwpzkxr [email protected] 2025-02-24 10:07:08 f71ef311 │ (no description set) ○ tnyqxpmv?? [email protected] 2025-02-20 10:02:42 main git_head() 9cc4b218 │ chore: commit message ○ kqlozzrl...

I encountered this bug with a schema exported via Pydantic from Python code. Pydantic also uses prefixItems in the schemas it generates. My model contains a list of (string, string)...