Christian Nunciato
Christian Nunciato
I'm not sure this is a bug, but I found it surprising and hard to debug, so I figured I'd submit this in case it's not expected behavior. Given the...
Our closure serialization doesn't seem to be fully capturing referenced instance methods -- at least not those called from other instance methods. In the following program, for example, `handler` gets...
We've got a couple of scripts in the site right now (home.js and community.js) that are doing pretty much the same thing. We should reduce this duplication and add a...
It doesn't look like we have any documentation for cli.toml. We should do some!
First off, thanks for this excellent plugin! One thing I've noticed is that when a line containing a variable definition has no trailing space, and that same line is followed...
We've had a couple of instances lately of failed docs builds that weren't known about until days later. We should probably add some messaging to notify ourselves (e.g., in the...
Most deprecated APIs are now using the DeprecationMessage field, but some are still using the Comment field as well, leading to duplication: https://www.pulumi.com/docs/reference/pkg/aws/cognito/userpool/#userpooladmincreateuserconfig  We should ensure that all APIs...
This stack hasn't been updated for about a year, and none of our CI is using it anymore (it's effectively been replaced by Pulumify), so we should destroy it, `rm`...
Many of our function signatures (e.g., [here](https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/aws/sfn/#getActivity)) offer links to the definition of `InvokeOptions` that lead to the docs for `pulumi/pulumi`, but don't anchor anywhere. We should fix these.