Joel Longtine
Joel Longtine
### What version of CUE are you using (`cue version`)? v0.4.3 ### Does this issue reproduce with the latest release? Yes. ### What did you do? ``` go build -o...
### What version of CUE are you using (`cue version`)? $ cue version cue version v0.4.3-beta.1 darwin/arm64 ### Does this issue reproduce with the latest release? Yes ### What did...
### What version of CUE are you using (`cue version`)? Built from source@[f207b0b](https://github.com/cue-lang/cue/commit/f207b0b9285ad043221ff9f3c2207d04e8c32cc0) ### Does this issue reproduce with the latest release? Yes, also happens with ``` $ cue version...
CUE SDK port Starts the implementation of https://github.com/dagger/dagger/issues/3121
This issue is a collaboration point and place to discuss the porting of `dagger` 0.2 CUE-based plans to run in `cloak`/`dagger` v0.3. This issue currently is _only_ tracking the work...
I need the ability to create new Secrets in the v0.3 API for `dagger-classic`. I suggest this change (or similar) to the API: ```graphql query { secret { // make...
Fixes #3167 I didn't write tests for the Container APIs because they're currently using the Directory APIs... let me know if you all think I should change that.
It isn't documented, but I've seen it in a number of examples. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/rules-section-structure.html
- https://github.com/awslabs/aws-cloudformation-templates - https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-sample-templates.html - https://aws.amazon.com/cloudformation/resources/templates/ - generate a large set of instances for an `stx`-like tree structure. - Build a set of stacks with applications, rds, etc. - run...