Daniel Martí

Results 1533 comments of Daniel Martí

What would this self-contained reference to a schema look like? I assume it would be a link to a local file or an HTTPS link? What would the syntax be...

Note that validating a YAML file directly against a schema on the central registry is already possible. For example, from https://cue.dev/docs/spotting-errors-earlier-github-actions-files/: > $ cue vet -c -d '#Workflow' cue.dev/x/githubactions@latest workflow.yml...

Yes; this is #2317. Line continuations with backslashes are not implemented right now.

Note that this is a problem with the existing default evaluator, not evalv3, so it is not related to any evalv3 regressions or behavior changes. cc @rogpeppe @myitcv @mpvl

The best approach here might be to surface sub-schemas to the top level without going through `matchN`, for example: ``` #NormalJob: #Workflow.#normalJob #ReusableWorkflowCallJob: #Workflow.#reusableWorkflowCallJob ``` Ideally we surface `#Step` or...

With https://github.com/SchemaStore/schemastore/pull/4145 merged, I believe we can fix this rather easily, @rogpeppe.

A reminder that this needs to be fixed sooner than later; it's part of the upcoming alpha.5 milestone.

I realise that the header disappears and reappears as I scroll, but it should definitely default to being hidden if I navigate to any part of the page that isn't...

One more thought: right now the header reappears as soon as I scroll up by a single pixel. I reckon it should take a little bit more than that, because...

The issue is still valuable - we want to be aware of any unexpected errors or regressions with the new evaluator. Thanks!