Anton Tayanovskyy
Anton Tayanovskyy
# Description Fixes # (issue) ## Checklist - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have...
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
## Steps to reproduce ```go package main import ( aws_eks "github.com/pulumi/pulumi-aws/sdk/v4/go/aws/eks" "github.com/pulumi/pulumi-aws/sdk/v4/go/aws/iam" "github.com/pulumi/pulumi-eks/sdk/go/eks" "github.com/pulumi/pulumi/sdk/v3/go/pulumi" ) func main() { pulumi.Run(func(ctx *pulumi.Context) error { args := &eks.ClusterArgs{} args.SkipDefaultNodeGroup = pulumi.Bool(true) args.VpcId =...
Consider adding spans so that `pulumi --tracing` tells the full story about every sub-process it launches (typically via `os/exec` module). The sub-processes in question primarily include compiler toolchain invocations and...
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
# Description Prototyping. Still a bit of work to do tidy up. Thanks @AaronFriel and @RobbieMcKinstry for hyperfine suggestion. Thanks Robbie for researching the benchmark setup script I'm copying it...
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
Typechecking with MyPy is disabled for properties. This leads to runtime issues and panics such as https://github.com/pulumi/pulumi/issues/7132 ## Steps to reproduce ``` from pulumi_aws import secretsmanager secret = secretsmanager.Secret(resource_name='secret_name') reveal_type(secret)...
This is blocked until com.pulumi:azure-native catches up with codegen changes.
Changes can be merged once the underlying changes are released.