Jonathan A. Sternberg

Results 34 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...

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

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