Jon Edvald
Jon Edvald
Another thing to consider is that all the tools that we depend on need to also support ARM. I _think_ most or even all of them do, but we'd need...
This is actually not stale at all, we have been working behind the scenes on this. Reopening.
This exact feature has been deprecated in favor of a different approach in Garden 0.13+, so I'm closing the issue. Basically this will be best handled with `exec` Run actions...
Yeah I think that does make sense, but I wanna take a quick look to make sure. Lots of little devils in the details in this stuff .)
I'm okay with this. Although I'd actually be in favor of allowing either, but mutually exclusive (i.e. you can either specify neither or exactly one of those fields). In my...
Please note that changes along these lines could conflict quite aggressively with the 0.13 branch... I'd suggest avoiding until that's merged or doing on that branch.
I don't believe this is a bug in Garden (seems to be more to do with how entr responds to fiel changes), but it is certainly a valid feature request—that...
Thanks @xdvpser! This seems to simply be an oversight, and easy to address. We'll triage this.
All fair points, flagging as WIP for now. Btw the microk8s test failures seem unrelated. Not sure if we've been seeing those as flaky?
@TimBeyer this isn't the current behavior, so it would be a breaking change: > it("should allow nesting normal strings within escaped strings", () => { const res = resolveTemplateString("$${var.${foo}}", new...