Christian Nunciato

Results 71 issues of 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...

kind/enhancement
area/callback-functions

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...

kind/bug
language/javascript
area/callback-functions

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...

Focus:Habitat
Stale
Type: Chore

It doesn't look like we have any documentation for cli.toml. We should do some!

Stale
Type: Chore
Documentation

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...

bug

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...

area/docs
kind/engineering

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 ![image](https://user-images.githubusercontent.com/274700/78697394-973d1d80-78b5-11ea-8c06-c349b3b9c6b6.png) We should ensure that all APIs...

area/docs
docs/providers
docs/api
kind/enhancement

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`...

kind/engineering

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.

area/docs
impact/usability
kind/bug