Daniel Martí

Results 1468 comments of Daniel Martí

Closing for now per the above, but please feel free to reach out if you have any questions. I'm "mvdan" on both our Discord and Slack as well. We plan...

Thanks @alecholmez - I'll post a comment here once I have a small reproducer from what you shared.

Joining threads - the bug that @nyarly mentions is #3255, and the two panics are not identical but extremely similar, so I suggest we fix 3255 first as it already...

Thank you @alecholmez - it turns out @nyarly's bug that @rogpeppe filed was a duplicate of https://github.com/cue-lang/cue/issues/3062, which had already been fixed in master in early June, so it makes...

@jpluscplusm do you think https://cuelang.org/docs/ already covers this, or should we distill any new issues from this request? For example, for encodings, I would imagine that https://cuelang.org/docs/integration/ fills the overview...

Have you been testing the new evaluator with `CUE_EXPERIMENT=evalv3`? All performance work is going to that new version.

What do the blue and orange lines stand for? Are those the old and new evaluator?

@verdverm mentions that he also runs into this issue from the Argo Workflows schemas: ``` invalid $schema URL "http://json-schema.org/schema": $schema URI not recognized ```

The deprecation didn't happen for v0.7, but starting it now for v0.9.

Aiming to remove support for the deprecated form in the first v0.11 alpha; the v0.9 and v0.10 release cycles will be short, around three months, so deprecation for one release...