cueckoo
cueckoo
_Originally opened by @leejanee in https://github.com/cuelang/cue/issues/867_ ### What version of CUE are you using (`cue version`)? $ cue version v0.3.0-beta.8 ### What did you do? The code is as follows...
_Originally opened by @myitcv in https://github.com/cuelang/cue/issues/756_ ### What version of CUE are you using (`cue version`)? $ cue version cue version +760aa115 linux/amd64 ### Does this issue reproduce with the...
_Originally opened by @mpvl in https://github.com/cuelang/cue/issues/822_ With extensive inputs from @myitcv We propose a couple of small additions to the language, as well as a sharpening of the language specification,...
_Originally opened by @myitcv in https://github.com/cuelang/cue/issues/929_ An issue to capture https://github.com/cuelang/cue/discussions/663
_Originally opened by @ah-edg in https://github.com/cuelang/cue/issues/925_ ### What version of CUE are you using (`cue version`)? $ cue version cue version 0.3.2 linux/amd64 # but also cue version 0.4.0-alpha.2 linux/amd64...
_Originally opened by @rudolph9 in https://github.com/cuelang/cue/issues/330_ # WIP ## Summary Support for: * `Marshal` * `Unmarshal` * `Valid` * `Schema` * returns a cuelang value which constrains the struct return...
_Originally opened by @zombiezen in https://github.com/cuelang/cue/issues/454_ **Is your feature request related to a problem? Please describe.** I have a configuration where I have a struct containing a mapping that is...
_Originally opened by @xinau in https://github.com/cuelang/cue/issues/68_ (Go) Tools like InfluxDB, GitLab CI (Runner), Traefik use [TOML](https://github.com/toml-lang/toml) as their configuration language. Atm. CUE has no encoding support for TOML configuration files...
_Originally opened by @zellyn in https://github.com/cuelang/cue/issues/262_ When a map (or other) value is just completely missing in yaml files, `cue vet` prints only line numbers from the cue schema it...
_Originally opened by @mpvl in https://github.com/cuelang/cue/issues/165_ We propose an extension to the query capabilities of CUE. Querying, in this context, is more than just retrieving data. It also means the...