Fraser Waters
Fraser Waters
Not sure what the dotnet plan for replacing BinaryFormatter here is, but I was wanting to use net spark in F# notebooks (where UDFs have never been supported), plus I...
Running in mintty has a similar issue. stdout/err aren't console handles because mintty does it's own redirection.
SecureString doesn't really work and is probably being deprecated (https://github.com/dotnet/runtime/issues/30612) but netcore should be getting support for safely zeroing secrets without pinning/unmanaged memory (https://github.com/dotnet/runtime/issues/10480)
You don't happen to have a full pulumi program we could run to repro this? The snippet above is dependent on a load of variables that you've removed so can't...
> Granted an empty yaml body should be handled better here of course, but it seems unfortunate that we can't invoke the yaml decode function in previews (thus not be...
I see https://github.com/protocolbuffers/protobuf/issues/9839 has already been raised. Our internal testing suggests that this is just a protobuf issue and there's nothing pulumi specific about it. We'll watch and assist that...
Is this with aws or aws-native?
I haven't used Cognito but I believe these are set via the various "sms" options on UserPool. https://www.pulumi.com/registry/packages/aws/api-docs/cognito/userpool/#smsverificationmessage_nodejs
So what's happening here is the engine wants to recreate the Topic resource because it's provider has changed. This is by design, if you want to rename a provider _without_...
> @ssemyonov This is a known issue. To replace provider without resource replacement you can run this: `pulumi up --target 'urn:pulumi:stekz::iam::pulumi:providers:aws::MyNewProvider'` - replace urn with your changed provider urn Note...