Aaron Friel

Results 81 issues of Aaron Friel

## Description Enables splitting commits by line, representing multiple changes in a single commit. ## Motivation and Context To be upfront: this violates "conventional commits". It should remain off by...

1) Is this a client library issue or a product issue? Yes? 2) Did someone already solve this? No. 3) Do you have a support contract? Yes, but this doesn't...

type: docs

```shell $ docker run --rm -it --gpus=all nvcr.io/nvidia/k8s/cuda-sample:nbody nbody -gpu -benchmark Run "nbody -benchmark [-numbodies=]" to measure performance. -fullscreen (run n-body simulation in fullscreen mode) -fp64 (use double precision floating...

Internal and user requests to drive automation API with finer control over logging is implemented by adding five additional options to the preview, up, refresh, and destroy operations in the...

`gofmt` 1.19 now reformats comments, whose diffs are caught by linting as failures. These can block PRs while we migrate. To support a gradual migration, we could: - [ ]...

p1
area/build
kind/engineering

When running `pulumi convert` on an awsx project, we lack a reliable way to obtain the module version in our schema for Go, see the [comment here for details](https://github.com/pulumi/pulumi/blob/a5645493929d8749b2c86d537e8ba5578c6cde79/pkg/codegen/go/gen_program.go#L160-L190). Running...

kind/bug
impact/reliability
area/codegen

### What problem are you trying to solve? On some Kubernetes distributions, requests from the control plane may not come from a private address range IP address or even a...

priority/P1
enhancement

### What problem are you trying to solve? Presently when [deploying a multi-cluster resource such as CockroachD](https://github.com/AaronFriel/frielforreal/blob/791befef776b824c9e6c986f58f25b7dde4567eb/node/infra/src/stacks/app-cockroachdb/stack.ts#L67), aside from the issue in #7565, one has to perform certain contortions such...

priority/triage
enhancement
needs/design

`serve@^11` currently errors out when setting `symlinks: true`: ``` root@c3ee02fdad56:/app# serve --version 11.0.0 root@c3ee02fdad56:/app# serve -p 8000 -c ./serve.json INFO: Discovered configuration in `./serve.json` ERROR: The configuration you provided is...

Hi, I'd like to add a feature to resolve a problem I have, and seems to be shared by others. I'll learn whatever Go I need to in order to...