Edward McFarlane

Results 60 issues of Edward McFarlane

This PR adds the package `bufpolicyapi` and `bufregistryapipolicy` for interacting with the BSR to upload and download policy data.

This PR adds the command `buf policy push` for uploading Policies to the BSR.

This PR adds support for policies in the `buf.lock` file. The lock file includes a new field `policies` which declares a set of policies and their plugin keys. This is...

This PR adds `bufpolicystore` and `bufpolicycache` for providing Policy data.

This is an optimization to remove unused options from the filtered file descriptor. These options aren't required in the image, the extension is excluded. We remove them to reduce the...

**Describe the bug** Closing a `CompiledModule` will affect another `CompiledModule` if they are compiled to the same runtime using the same wasm bytes. **To Reproduce** ```go package main import (...

bug

This adds limited support for bidirectional streams over HTTP/1.x transports. It removes the explicit error response which disabled this behavior based on the protocol stream type. Bidi streams may now...

This enforces limits on discard to avoid unbounded reads. Where resources were already exhausted no further reads are done and discards have been removed. These discards were an optimization to...

This PR implements logging using slog. Closes https://github.com/go-language-server/protocol/issues/23

### Feature Currently `buf breaking --against-registry` is defined as a boolean flag. If set, this will run breaking against the default label for the module in the BSR. To support...

Feature