Tony Worm

Results 206 issues of Tony Worm

- when top-level value is one, process via iteration - support jsonl and multi-object yaml / cue

It seems more useful to support pairwise diff / patch rather than 1:many - would be useful for diff'n directories - need to ensure both sides match up

- v1.0.0 dropped - Has support for Cosign, we should start using this, also add verification commands

- [ ] use separate values for `Short` and `Long` in the design and regen - [x] make short more descriptive - [ ] add topics for flags and common...

waiting until the Query Proposal is implemented https://cuetorials.com/cueology/futurology/query-syntax/

- installing / contributing - use the expand section markup - more examples - CUE package - Go package - `cuetils` command

`pkg/structural` helpers have a lot of common code structure, can we extract this and put switches / interpolation in place of it? - How does this relate to the args...

### What version of CUE are you using (`cue version`)? 0.4.3 & d3959ebce916 ### What did you do? ``` exec cue export foo.cue dev.json exec cue vet foo.cue dev.json exec...

NeedsInvestigation
Triage

A bit of an inconsistency with the `cue.Value.Attribute(s)` API The singular and plural versions of the function seem to have an off by one in the tree height error. Note,...

WorkingAsIntended
roadmap/api

### What version of CUE are you using (`cue version`)? `v0.4.3` ### What did you do? ``` $ cue eval $(pwd) ``` ### What did you expect to see? the...

NeedsFix