Fraser Waters

Results 227 comments of Fraser Waters

Quick look at this I think it's the `Archive.readAssets` function needs the working directory threaded through. I'll see if we can get a repro test for that and fix it...

Might be the answer to this is to just tell people to use `asyncio.run` as documented at https://docs.python.org/3/library/asyncio-task.html. But we should make sure that works, and if it does and...

So @kpitzen commented on my module support PR that we might want to extend that to support which function to call in the module: https://github.com/pulumi/pulumi/pull/12086#issuecomment-1487567454 If we did that it...

[#4058 just doc](https://github.com/pulumi/pulumi-hugo/pull/4058) documents how to deal with async methods today by lifting them into Outputs. Ideally we'd have a way to support just normal async/await as well which is...

> How about switching to a non default provider for the resources so that the version number is no longer included in the provider urn ? The ID would still...

Looks like the issue that https://github.com/pulumi/pulumi/pull/11843 was working towards resolving.

Have confirmed with customer this is actually due to `up` with `--target` set.

Cc @danielrbradley. This has been discussed a bit internally, something we definitely want to look into.

/run-acceptance-tests Please view the results of the acceptance tests [Here](https://github.com/pulumi/pulumi/actions/runs/9447833566)

> /home/runner/work/pulumi/pulumi/tests/testdata/codegen/regress-dotnet-14130/dotnet/Outputs/ExampleType.cs(24,14): error CS0246: The type or namespace name 'OutputConstructorParameterAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/pulumi/pulumi/tests/testdata/codegen/regress-dotnet-14130/dotnet/Pulumi.Example.csproj] Tests aren't happy. I think...