cueckoo

Results 280 comments of cueckoo

_Original reply by @vikstrous2 in https://github.com/cuelang/cue/issues/8#issuecomment-816729814_ A semantic diff would be really interesting. I think with diffing kubernetes files, the most awkward part is the way that the kubernetes API...

_Original reply by @myitcv in https://github.com/cuelang/cue/issues/8#issuecomment-831097159_ Adding something of an experience report here from the world of [`unity`](https://github.com/cue-sh/unity). `unity` tests (of `cmd/cue`) generally follow this rough pattern: 1. Ensure that...

_Original reply by @JohnAZoidberg in https://github.com/cuelang/cue/issues/5#issuecomment-661277997_ What's the status of encoding Cue values as Protobuf? I'd like to describe my data in cue and dump is as binary using Protobuf....

_Original reply by @mpvl in https://github.com/cuelang/cue/issues/5#issuecomment-674021114_ It is not implemented so far. Should be straightforward, but stabilizing the new evaluator has priority. But open to contributions.

_Original reply by @mvdan in https://github.com/cuelang/cue/issues/5#issuecomment-810060646_ In case you're not aware, the new protobuf module has low-level primitive packages for encoding and decoding, for example for arbitrary data in protowire:...

_Original reply by @myitcv in https://github.com/cuelang/cue/issues/709#issuecomment-771712539_ Quoting myself from https://github.com/cuelang/cue/discussions/640#discussioncomment-331122: > I've just hit a similar use case where I need to effectively hold a mutex whilst running a specific...

_Original reply by @myitcv in https://github.com/cuelang/cue/issues/709#issuecomment-772808008_ Noting a discussion from this afternoon regarding this: * this definitely makes sense to support within `cue cmd`/`cuerun` * it might make sense to...

_Original reply by @mpvl in https://github.com/cuelang/cue/issues/741#issuecomment-774743760_ `_test.cue` is reserved for CUE test files.

_Original reply by @egidijusz in https://github.com/cuelang/cue/issues/741#issuecomment-774752179_ This is correct. `cue eval|export` works fine with `foo_bar.cue` for example. I had a case of tunnel-vision when trying to import configs of test...

_Original reply by @myitcv in https://github.com/cuelang/cue/issues/741#issuecomment-774892714_ Thanks @egidijusz - we'll leave this open - I've retitled the issue to better reflect what we need to do.