Joe Duffy

Results 96 comments of Joe Duffy

An additional (or alternative) simple short-term nice feature could be to just generate the markdown docs in the local package and let you run a simple local web sever that...

I would suggest `PULUMI_DEFAULT_ORGANIZATION` instead; simply having `PULUMI_ORGANIZATION` makes me think that it's going to unilaterally use that organization, when in reality it is just setting the default used when...

This appears to be due to the way path-based configuration works. It treats the value as a JSON object and does quite a few conversions in the process of setting...

I just upgraded to v3.110.0, and now see excessive newlines throughout a single plugin's installation; e.g. ![image](https://github.com/pulumi/pulumi/assets/3953235/894c7ade-967f-4bdb-b444-4abaaec1fc43) The plugin installation line just keeps hopping down a single newline every second...

IMHO, what we want is for the downloads to neatly stack and draw in parallel with one another: ``` // normal console output [downloading resource plugin-random-4.12.0]: 27.91 MiB / 34.66...

My $0.02: I'd prefer not to download one plugin at a time, because that would have a user-visible performance impact. Showing one bar at a time could be a reasonable...

I wonder if this should actually be a pulumi-terraform feature. Basically, have a `Tag` property on the `SchemaInfo`, that automatically receives the URN. Then in the AWS package we can...

We want to drive towards zero dangling references in the schema, both for AWS and anywhere else this might be an issue.

Since we can't know for sure whether a missing key truly would lead to a `KeyError`, or not, during a preview, I suppose we could return a sort of "tombstoned"...