Tony Worm

Results 325 comments of Tony Worm

If we specify the "recursion field" like children above, then we ought to be able to mutually recurse on Pick and target, while recursing on the field to reset context,...

This is largely done where possible, for the glob / filesystem based helpers. Need to document, wait until other helper funcs are implemented. (Value, String)

Generally, we are moving towards always loading and handling all inputs the same way. There may still be a difference when the files / values being operated on are top-level...

For list processing on ops, use `@list(and,or,index)` defaults to `and` ```cue op: { LD: [schema] @list() // process all RHS list elements with this one LA: [s1,s2] @list(and) // op...

Is it here? https://github.com/hofstadter-io/cuetils/blob/main/ci/cuetils/docker/Dockerfile.jessie#L4 facepalm?

v0.2.0 adds support for `[email protected]` to select the value at path `a.b` inside `foo.cue` This only works on the first arg (operator) to commands which take two args

Generally, we are moving towards always loading and handling all inputs the same way. There may still be a difference when the files / values being operated on are top-level...

With the new Load mechanics, we will basically expand the globs before passing as entrypoints to Load. Or maybe this only applies to the globs being worked on? (but also...

@jiazengp did you find the answer to this?

From what I understand, Canonical JSON is a subset (restricted version) of JSON, though poorly named if you want my opinion ;] Both CUE and JSON Schema should be able...