Justin Van Patten

Results 104 issues of Justin Van Patten

Consider this schema: ```json { "name": "test", "version": "0.1.0", "resources": { "test:index:Resource": { "type": "object", "inputProperties": { "foo": { "$ref": "#/types/test:index:Bar" } }, "requiredInputs": ["foo"] } }, "types": { "test:index:Bar":...

kind/bug
area/codegen

We should employ automation to automatically update these dependencies when new versions are released (e.g. via renovate, dependabot, or similar).

area/build
kind/engineering
kind/postmortem-followup

This change exposes the `pulumi stack rm --remove-backups` flag in Go, Node.js, and Python automation APIs. Part of #9474 Follow-up of #20203

do-not-merge

### Description `poetry --version` is slower than it could be. On my machine, it takes ~200ms. I found that running `poetry --version --no-plugins` is around 1.86x faster. ```sh $ hyperfine...

kind/bug
status/triage