Ian Wahbe

Results 105 issues of Ian Wahbe

## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...

area/cli
kind/enhancement

Whenever `atuin` is run, even when it is run to save a new command (on every command), it regenerates the config file: https://github.com/atuinsh/atuin/blob/72c6b17ac7ed0916df81eddae6aecfe97e4f0917/atuin-client/src/settings.rs#L400 I noticed this when I was trying...

# Description The plan is to gradually replace resource.PropertyValue both internally (in `pulumi/pulumi`) and in providers with this implementation. This representation eliminates certain classes of bugs inherent with the old...

impact/no-changelog-required

I am seeing a license warning for all stdlib packages used: ``` E1109 22:04:50.876016 3561 library.go:159] Package embed does not have module info. Non go modules projects are no longer...

Hi, I work for Pulumi and we depend on [terraform-provider-alicloud](https://github.com/aliyun/terraform-provider-alicloud) for [pulumi-alicloud](https://github.com/pulumi/pulumi-alicloud). As part of the update to v1.213.0, terraform-provider-alicloud took a dependency on repos that don't have a license...

This is a breaking change for Go and Typescript if users were reading the `PolicyDocument` field on LogResourcePolicyArgs or on LogResourcePolicy. If we don't want to take the change, we...

See: https://github.com/pulumi/pulumi-digitalocean/issues/622 May be related to https://github.com/pulumi/pulumi-digitalocean/issues/372

kind/engineering
impact/flaky-test
awaiting-feedback

The upstream provider models `id` and `dropletId` as an integer. Pulumi always models `id` as a string, which works well for most providers... but not this one. For the next...

kind/enhancement
awaiting/core

The java SDK does not pass javadoc. It fails with: ``` > Task :javadoc /home/runner/work/pulumi-azure/pulumi-azure/sdk/java/src/main/java/com/pulumi/azure/role/Assignment.java:288: error: unknown tag: Request * @Request[Microsoft.Authorization/roleAssignments:RoleDefinitionId] ForAnyOfAnyValues:GuidEquals {%s} ^ /home/runner/work/pulumi-azure/pulumi-azure/sdk/java/src/main/java/com/pulumi/azure/role/Assignment.java:298: error: unknown tag: Resource *...

kind/bug
awaiting-feedback

Fixes #76 This PR enables these examples: Ignoring declared constants (d9dc665917671737c1b855f7d83e4c659de4e9d2): ```go type DeclIgnoredEnum int // want no enum detected //exhaustive:ignore const ( DeclIgnoredMamberA DeclIgnoredEnum = 1 DeclIgnoredMamberB DeclIgnoredEnum =...