Bryce Lampe

Results 97 issues of Bryce Lampe

# Description Most of our SDKs (node, python, dotnet, java) send JSON-encoded provider configuration for legacy reasons, but YAML doesn't do this ([example](https://github.com/pulumi/pulumi-go-provider/pull/172#issuecomment-1874600691)). This behavior originated a long time ago...

Unlike Kubernetes, ECS only allows you to apply a CPU quota at the task (pod) level. Containers in the task are always unbounded. For example, when `cpu: 1024` (1 vCPU)...

### :wrench: Summary ### Lefthook version 1.5.2 ### Steps to reproduce `tools/bin/lefthook run pre-commit --no-tty` ### Expected results ### Actual results ``` panic: runtime error: index out of range [2]...

bug

This will ensure these resources are cleaned up correctly.

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

kind/enhancement

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

kind/enhancement
awaiting-feedback

### Brief description of your issue At a high level, as far as I can tell the tool [always](https://github.com/microsoft/winget-create/blob/d7e716c102acfdaa36c7b8951868d0d9e35c75f2/src/WingetCreateCLI/Commands/BaseCommand.cs#L82) forks a repo when creating a PR. This makes the tool...

Issue-Feature

## Expected Behavior One of my nodes is emitting a warning about incompatible nft rules and then panic-looping while failing to log something. ## Current Behavior ``` 2023-09-17 16:22:39.290 [WARNING][12833]...

kind/enhancement

``` ❯ helm pull instantlinux/rsyslogd Error: failed to fetch https://github.com/instantlinux/docker-tools/releases/download/rsyslogd-0.1.1/rsyslogd-0.1.1.tgz : 404 Not Found ```

bug

This fixes our behavior to match upstream's when merging empty lists. We now produce an empty list instead of a no-op. The bug was due to [this logic](https://github.com/pulumi/pulumi-kubernetes/blob/13c87c632b4aa5f36c5b9d119acffada769b4a9e/provider/pkg/provider/helm_release.go#L1385-L1391) which initialized...