Daniel Barnes
Daniel Barnes
For additional context see: * https://github.com/iterative/terraform-provider-iterative/pull/550 * https://github.com/iterative/terraform-provider-iterative/issues/501 * https://github.com/iterative/terraform-provider-iterative/issues/236
I was snooping at: https://github.com/iterative/terraform-provider-iterative/pull/340 and I wonder if there are any plans to have the task's `"machine"` definition accept an `iterative_machine` definition/resource?
https://github.com/iterative/mlem/blob/8d2be329b8f97a993a5835eb6d97d61e4d6c585f/README.md?plain=1#L30 Sorry, I haven't been able to really play with this yet and give any kind of real feedback, But I noticed the linked line and I'm really interested in...
So that when cml goes to update a comment it can determine which comment to update. For cases where multiple comments are made or when multiple workflows run against a...
Chasing a different error I have finally uncovered the origin of: `Cannot destructure property 'id' of '(intermediate value)' as it is undefined.` of more commonly seen as: ``` {"level":"error","message":"\tFailed: Cannot...
_Originally posted by @tasdomas in https://github.com/iterative/cml/pull/1277#pullrequestreview-1208226580_
> **Is your feature request related to a problem? Please describe.** > A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I want...
My OCD is triggered by the Failure of our release action: https://github.com/iterative/terraform-provider-iterative/actions/workflows/release.yml even though this isn't actually failing. We should update the [synchronize job](https://github.com/iterative/terraform-provider-iterative/blob/master/.github/workflows/release.yml#L40-L65) to work better or move it...
Context: https://github.com/iterative/terraform-provider-iterative/pull/718#discussion_r1022858960 Older relate discussions: #344 Currently, string maps are allocated for each call of their respective cloud provider to determine the correct `machine_type` / `region` While previously the performance...