Fraser Waters

Results 39 issues of Fraser Waters

The following Go program seems to trigger an unlimited number of stack creations in the `Up` call: ``` package main import ( "context" "fmt" "os" "github.com/google/uuid" "github.com/pulumi/pulumi/sdk/v3/go/auto" ) func main()...

kind/bug
language/go
area/automation-api

## 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/sdks
kind/enhancement
area/engine

## 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
area/codegen
area/config

### Description When using an internal type in a mock Foq can crash with incredibly confusing System.MethodAccessException errors. This can be fixed by either making the type public or adding...

# Description This is the bare bones changes required to update the provider interface for parametrization. Nothing in the engine, sdks, cli, or codegen makes use of these new methods...

impact/no-changelog-required

# Description Fixes # (issue) ## Checklist - [ ] I have run `make tidy` to update any new dependencies - [ ] I have run `make lint` to verify...

## 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
area/backends

# Description This adds support for a `RegisterProvider` method to the engine. This allows an SDK process to send the information for a package (name, version, url, etc, and parameter...

impact/no-changelog-required

This adds support for replacement parameterised providers to Python and a small integration test to check it works e2e.

# Description This allows the Pulumi.yaml to specify the default version for a provider plugin. This is mostly of use in YAML where we don't have a generated SDK to...