Anton Tayanovskyy

Results 261 issues of 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...

kind/enhancement
impact/performance
language/go

## 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 =...

kind/bug
size/S
impact/regression

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...

kind/enhancement

## 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...

area/cli
kind/enhancement
language/python

# 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...

area/cli
kind/enhancement
language/go

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)...

kind/bug
language/python
area/codegen
impact/panic

This is blocked until com.pulumi:azure-native catches up with codegen changes.

Changes can be merged once the underlying changes are released.