Results 599 comments of Wes McNamee

> Let’s assume you have a verbose build tool. When you run that tool and everything goes right, I am not interested in that output. > > (I usually treat...

Hmm, looks like I missed #152

Can I ask you to provide a minimal reproduction for Gradle and Task so that benchmarks can be made and used for comparison?

> It would be great to standardize the logger interface and allow developers/users of echo to add any logger they wish. If this is going to be done, I would...

> This is now supported for Kubernetes resources as documented in this [example](https://www.pulumi.com/registry/packages/kubernetes/how-to-guides/managing-resources-with-server-side-apply/#upsert-a-resource) This link 404s for me

It looks like there are such structs as `DeploymentType` which appear to be the struct I'm looking for. But `ApplyT` on `Deployment` doesn't provide that struct. Maybe I'm doing something...

Ya, you are right. This can be generalized to generating a struct variant for any resource that an ApplyT can operate on.

I mean when running Pulumi up, specifying a resource, with a name, or ID, etc that already exists. Pulumi will fail to create the resource because of the conflict. Leading...