Aaron Friel
Aaron Friel
Hey folks, I'm an engineer on the open source platform team at Pulumi and trying to debug an issue that's a little outside my wheelhouse. We have folks using .NET...
Using an argument such as `-D ./daemons/daemon1` frequently gives me this puzzling error: ``` E0716 06:27:38.078249 1343 datalayer.cc:1406] IO error at the disk layer: IO error: ./daemons/daemon1/000004.log: No such file...
# Bug Report Creating a Kubernetes Cluster with `version = latest` fails on subsequent updates. This was discovered by a Pulumi user here: - https://github.com/pulumi/pulumi-digitalocean/issues/437 ## Describe the bug Setting...
It looks like we've always (or at least for several years) used snake case for package names in TypeScript/JS program generation, though goes against our own style guides. It's the...
Would appreciate confirmation that this is a GitHub issue and not a bors issue. This PR was merged via `bors` and the target branch is updated with a merge commit,...
Hey folks! First I want to say, awesome work on schematizing and providing great completions for YAML documents. It's a great extension. ## Background The Pulumi team is working on...
Integration tests of the Pulumi provider failed due to the behavior on "create" to set the `ts-default` tag and error if the ACL was not the default. Error encountered: ```...
### Feature Description Provide an ambient `AbortController` via an API to server actions and a method for cancelling a request. ### Use Case Users may wish to cancel and retry...
## Issue details As with pulumi/templates#567, we should update examples to use the latest Docker provider. ```[tasklist] ### Tasks - [ ] https://github.com/pulumi/examples/issues/1591 - [ ] https://github.com/pulumi/examples/issues/1592 - [ ]...
React version: 18.2.0 ## Steps To Reproduce 1. As in #28510, create a server action that has some long-running delay, e.g.: to simulate a large language model call. 2. There...