Jonathan A. Sternberg

Results 49 issues of Jonathan A. Sternberg

The progress stream would set the platform to `linux/amd64` and `linux/arm64` during testing. This would trigger the `InvalidBaseImagePlatform` rule whenever an image was pulled (usually alpine). This removes that option...

kind/bug

The global handlers are used as defaults for a bunch of OTEL functions and we'll likely use it that way in the future too. While it's always helpful to have...

status/do-not-merge
needs/maintainer-decision

The adapter would add the `executable` property to the adapter regardless of whether the request was `launch` or `attach`. When `attach` was used, it would attempt to start `dlv` on...

The `TypeURL` function will return a typeurl that was either registered with this module or with protobuf. When you obtain the `TypeURL`, the priority of the choices goes: * github.com/containerd/typeurl/v2...

This creates an sql cache storage that stores the cache key index in an sqlite3 database instead of in bolt. At the moment, this is just functional in the bare...

area/testing
area/hack
area/windows
area/dependencies
area/util
area/buildkitd
area/solver

The inmem WAL will buffer modifications to the cache key storage to batch them into the same bolt transaction rather than start a new transaction for each entry. The added...

area/testing
area/util
area/solver

The grpcerrors package has been updated to support more enriched error structures. The serialization structure has been changed to capture the original structure of the error and to serialize and...

area/testing
area/util

This removes the deprecated gogo proto in favor of the standard implementation with the vtproto implementation for faster marshaling. The standard implementation still uses reflection and is slower than gogo,...

It is unclear if the spec's requirement that the `pos` argument be less than `n` is actually a necessary restriction since it functions as an offset and a value greater...

team/query
no-issue-activity