Philip K. Warren

Results 21 issues of Philip K. Warren

## Description The current implementation of `Config.disableLazy` isn't functional. In addition to specifying `disableLazy = true`, a user also needs to provide the initial set of messages/descriptors to use to...

Bug

Currently, the [IMPORT_USED](https://buf.build/docs/lint/rules#import_used) lint failure only has a quickfix available to add an ignore comment. We should support a quickfix that actually removes the unused import as well.

Currently, file-level lint warnings are not reported by the plugin. To fix, we should make the following changes: * `BufIssue.toTextRange` returns null if the start/end offsets are equal, which file-level...

Currently, esbuild is a dev dependency in most JS/TS plugins to further shrink the size of each plugin by building dependencies. However, esbuild is currently a 0.x dependency so it...

Plugins

Updating the Python package dependencies is currently a manual step when we release new versions of protoc Python plugins (ref: https://github.com/bufbuild/plugins/pull/1252#discussion_r1613602630). We should look to automate this as part of...

Plugins

We've now got a Dockerfile tracking `docker/dockerfile` after landing #1256. We should use this to automate bumping the `syntax=docker/dockerfile` lines now in the fetcher automatically (this is done manually today)....

Plugins

### Module Core ### Testcontainers version 1.20.1 ### Using the latest Testcontainers version? Yes ### Host OS MacOS ### Host Arch arm64 ### Docker version ```shell Client: Version: 27.1.1 API...

type/bug

We'd like to use the Github pages functionality of the terraform provider, however currently it doesn't support the github pages 'public' option: https://github.com/google/go-github/blob/178169fc04bc4a05ca48f98709cdd02ab5b556e3/github/repos_pages.go#L21 ### Terraform Version v1.1.4 ### Affected Resource(s)...

### Feature Request / Improvement We've noticed that including the compute package from arrow-go in our binary contributes ~7mb to the binary size. At one point (bab83126b2bd5f42949b47b8299d1f28dac86e17) this package was...

### Problem Statement For parity with the AWS and GCP detectors, it would be helpful if the Azure detector supported the `cloud.availability_zone` attribute. ### Proposed Solution Update https://github.com/open-telemetry/opentelemetry-go-contrib/blob/dbaba60a893fed445da5c615f34e9dd09d15f670/detectors/azure/azurevm/vm.go#L65-L67 to add...

enhancement