Thayne McCombs

Results 592 comments of Thayne McCombs

> if you receive a string you convert to a list with one element Unfortunately, I don't think that is possible to do with the terraform provider API. The schema...

>> I agree with the motivation that Command is not very ergonomic, especially around the common "return error containing stderr on error" workflow. But this RFC is a little too...

Could the ember-cli be updated to a newer version?

So I should hold off on attempting to upgrade the ember version?

Is anyone currently working a rewrite?

Related to @ahicks92 's concerns, I wonder if in addition to having all fields public, this should also require that the struct implements a, possibly unsafe, marker trait to opt...

> a user could easily forget to move out of a field, and accidentally leak it Or, if that field is private, it may not even be possible _not_ to...

> This feature is not supposed to allow destructuring types with private fields when you don't have access to them right, but @Jules-Bertholet's proposal does: > This allows destructuring Drop...

My use case is I want to generate a head request and a get request for downloading an object from s3. the client makes a head request to poll until...