John Howard
John Howard
https://github.com/rustls/tokio-rustls/blob/7ac70c11031df8278f3e493f7991317c7a8a7d2b/src/server.rs#L106-L128 shows an example of using take_io to write to the socket after a handshake fails. However, this stopped working in 0587801001d4095c992e8c7d6c466e924266bbd5 which started sending alerts on the socket before...
I am not sure the official process to get added as a non-CNCF project but @lukaszgryglicki suggested to open an issue and ping @caniszczyk so doing such. https://agentgateway.dev/ is a...
## Motivation and Context When failing to connect to an MCP server, its very hard to understand why. There is only an opaque "Connection Error" message with no additional info....
## Bug Report ### Version Built from main e4df7612 ### Platform `Linux zen 6.15.5-arch1-1` ### Crates tracing-subscriber ### Description When `Reload` is used, `tracing::enabled!()` returns a false positive (`true` when...
Today, there is support for smol_str but we use arcstr which makes us unable to use schemars. This adds support for arcstr, mirroring the smol_str support.
This allows behaving more like kubectl where no namespace == some implicit one like `default
**Is your feature request related to a problem? Please describe.** We want a very specific behavior for graceful shutdowns in our hyper-based proxy. We set two deadlines, `min` (typically 5-10s),...
**Is your feature request related to a problem? Please describe.** When serving h1 directly, hyper currently has a time on reading the initial headers (see https://github.com/hyperium/hyper/issues/3178 for context/the PR). However,...
If you create a Family, the empty label set will encode like `metric{} 2`. If you use a raw Counter, it will encode like `counter 2`. This seems like an...
Reproducer: single go file: ``` package main import ( "sigs.k8s.io/gateway-api-inference-extension/client-go/applyconfiguration" "sigs.k8s.io/gateway-api/conformance" ) ``` ``` go get sigs.k8s.io/[email protected] go get sigs.k8s.io/[email protected] ``` Fails to compile: ``` # sigs.k8s.io/gateway-api-inference-extension/client-go/applyconfiguration /home/john/go/pkg/mod/sigs.k8s.io/[email protected]/client-go/applyconfiguration/utils.go:80:56: undefined: testing.TypeConverter...