Joe Duffy

Results 53 issues of Joe Duffy

The Azure Native package is quite large, and the transitive closure of source code required to load if you import the base package in at least TypeScript can incur sizable...

kind/enhancement
impact/performance
language/javascript
area/codegen
size/M

There are circumstances in which people will want to perform actions potentially "sequenced" with respect to other deployment actions in a plan. Although such manual steps are antithetical to our...

area/cli
kind/enhancement
impact/reliability

We helped add a Datadog agent to a customer's cluster, and wading through the information available on the internet was not terribly straightforward. This might make a nice example, especially...

kind/enhancement
area/examples

Some of our AWS examples assume you have a default VPC, and break if you do not. It is often common security practice to delete an account's default VPC upon...

kind/bug

After coming back from vacation, my mind was fresh, and I honestly had a hard time finding our cloud docs, and really don't find our organization of content intuitive. I...

impact/usability
kind/enhancement

The various Python functions -- resource constructors, `get`s, and data sources -- seem to use non-standard syntax. I'm not sure if this was intentional and this is shorthand syntax I'm...

kind/bug

Many of our code samples include things like * JS/TS: `var_s3_bucket_name` * Python: `var['s3_bucket_name']` * C#: `@var.s3_bucket_name` For example, see [many of the examples here](https://www.pulumi.com/docs/reference/pkg/aws/iam/getpolicydocument/). Is this because the source...

kind/bug

We seem to use `[Type]` and `[Method(func)]` annotations in some of our API documentation, presumably hoping that these will get rendered as hyperlinks. For example, see [Output](https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/pulumi/#Output): > At ‘deployment...

kind/bug

In the API docs, we had clear package installation instructions at the top of the page (for Node.js, at least). I find this helpful otherwise it's not exactly clear the...

kind/enhancement

We are missing valid values for the `mfaConfigurations` options on this resource: https://www.pulumi.com/docs/reference/pkg/aws/cognito/userpool/#inputs. It trails off after _"Valid values:"_: ![image](https://user-images.githubusercontent.com/3953235/81120869-69fa8400-8ee2-11ea-9c98-033d753b377b.png) The corresponding source documentation is here: https://github.com/terraform-providers/terraform-provider-aws/blob/master/website/docs/r/cognito_user_pool.markdown: ``` * `mfa_configuration`...

kind/enhancement