David Gamba

Results 74 comments of David Gamba

I actually ran into this issue with Terraform. I was refactoring the state of multiple databases into a workspaces setup with one workspace per db. I used auto generated import...

In my implementation of this for a similar tool, I have a case for when the current folder is the `magefiles` folder. I suppose you just walk up and find...

[CUE](https://cuelang.org/) can be used as the source of truth for defining the schema and from it you can [generate go structs](https://cuelang.org/docs/howto/generate-go-types-from-cue-definitions/) and [jsonschema](https://github.com/cue-lang/cue/releases/tag/v0.15.0-alpha.3). Using the schema as the source of...

Would this proposal benefit from splitting into two, one for `cue.Value.Set` which doesn't seem to be have any arguments against and one for `cue.Value.Patch` which seems like it might need...