cueckoo

Results 280 comments of cueckoo

_Original reply by @niemeyer in https://github.com/cuelang/cue/issues/822#issuecomment-833568941_ @seh To be clear, I actually see the issue, and there are apparently at least two of them: 1. No way to validate a...

_Original reply by @mpvl in https://github.com/cuelang/cue/issues/822#issuecomment-833569709_ @niemeyer > As I said, I'm probably missing important details. What issues would that create? There are some interesting suggestions there I hadn't considered....

_Original reply by @seh in https://github.com/cuelang/cue/issues/822#issuecomment-833577559_ We've been writing back and forth concurrently, so I'll start by saying that I'm writing in response to https://github.com/cuelang/cue/issues/822#issuecomment-833569709. When validating input data that...

_Original reply by @niemeyer in https://github.com/cuelang/cue/issues/822#issuecomment-833584755_ @mpvl > This would break the interpretation for standard JSON. The merging of two values is a power feature which is great indeed, and...

_Original reply by @niemeyer in https://github.com/cuelang/cue/issues/822#issuecomment-834097846_ @mpvl Here is another perspective that occurred to me overnight, which I believe addresses #740 and is probably the least disruptive change to the...

_Original reply by @breml in https://github.com/cuelang/cue/issues/750#issuecomment-776484838_ Might be related to #267.

_Original reply by @myitcv in https://github.com/cuelang/cue/issues/750#issuecomment-776549247_ The issue here is that by default `cue import` by default imports the schema as follows: ``` // schema.cue // test @jsonschema(schema="http://json-schema.org/draft-07/schema#") // mandatory...

_Original reply by @mpvl in https://github.com/cuelang/cue/issues/750#issuecomment-780075105_ @myitcv: there is more going on here, in fact. The conversion also doesn't close structs that are not at the root. The reason is...

_Original reply by @mpvl in https://github.com/cuelang/cue/issues/330#issuecomment-612180378_ It probably makes sense to take into account the proposal for new-style definition. Also the contemplated embedded scalar values (like top-level emit values but...

_Original reply by @mpvl in https://github.com/cuelang/cue/issues/262#issuecomment-575132262_ Interesting, the issue here is that the map has no token, and thus no position. Hopefully the move to yaml.v3 will fix this.