Martin Atkins
Martin Atkins
Hi @HarishJul! Thanks for sharing that. It seems like some things are missing from that output -- a trace log typically starts by announcing exactly which command you were running,...
I think this issue is now growing to cover a variety of separate problems that all happen to result in the same error message. I'd like to keep it focused...
Ahh yes! I knew I must've done _something_ weird here because the signatures of some functions changed when I reproduced it as an isolated program, but I didn't quite manage...
I think the root cause here is that the current Terraform SDK (which has no real name of its own, but we often call it `helper/schema`) doesn't handle the case...
This seems like two separate proposals which happen to compose together but which could be discussed independently. I agree that the first part -- `CloserFunc` -- seems to be subsumable...
FWIW, prior to the introduction of `t.TempDir` in the standard library we had a mostly-equivalent helper function in a codebase I routinely work on in which we went back and...
I feel in two minds about this proposal. I think if it's intentionally constrained to be like a "write once, ready many" channel -- no additional "value add" capabilities such...
Thanks for sharing this idea, @thomasgouveia! It is true that currently the only supported means of authenticating to a host is bearer tokens, which does make things rather asymmetrical: the...
Hi @alexng-canuck! Thanks for sharing this idea. We attempted this a while back and had to revert it due to some synchronization bugs that were present at the time. The...
Hi @rwblokzijl! Thanks for sharing this feature request. You have both shared a use-case (thanks!) and proposed a possible solution here. I think there are potentially other ways to think...