Fraser Waters
Fraser Waters
> Pulumi team, what can WE do to help? Currently just keep voicing that this is important. We're not currently in a position to really be able to accept community...
@jkodroff I'm also struggling to repro this, @iwahbe's example above seems to work fine for me (the program fails because the apply throws an exception). Wondering if I've misunderstood what...
> I'd give it a 30% chance to happen in C# 9.0. Very exciting! > we have a proposed implementation for the runtime support Is that my proposal from the...
> Given an answer to the above, where would someone start looking in the CLR to implement this change? I put together a prototype for this (just the clr changes,...
I'm going to assume kubectl checks stdin to decide if it should have an interactive prompt, so if stdin is disconnected it wouldn't hang. Probably better that rather than fixing...
Looks like a provider diff issue, moving to pulumi-aws.
cc @dixler to see if we can give a better error in this case
Doesn't codegen already do this? e.g. for nodejs https://github.com/pulumi/pulumi/blob/master/pkg/codegen/nodejs/gen.go#L769
> we should be able to do that in the engine for all languages without sdkgen changes. Engine doesn't look at schema. I'm happy to start looking into adding that...
> These properties are not documented in the [Pulumi JSON Schema definition](https://raw.githubusercontent.com/pulumi/pulumi/master/pkg/codegen/schema/pulumi.json) file. It doesn't seem _any_ of the language specific options are part of the schema definition. It's just...