Ben Linsay
Ben Linsay
it'd be rad to have formatting from inside vim respect custom indent rules! right now I have this set up in my `project.clj`: ``` clojure :cljfmt {:indents {my-fancy-macro [[:inner 0]]}}...
It'd be really handy to know early on in the process of adding a user-generated captioning track to a file if it's in a format that's already supported by the...
Using this crate requires pinning kube-rs and k8s-openapi versions and the k8s-openapi v1_29 feature
I'm trying to use this crate in a project with more recent versions of `kube-rs` and `k8s-openapi` and it's proving pretty difficult because of pinned dependency versions. This looks like...
I was trying to figure out from the documentation if `SkipMap::compare_insert` is atomic and didn't see anything explicitly mentioned. Based on a toy program that tries to use a `SkipMap`...
**Is your feature request related to a problem? Please describe.** tonic wraps hyper to provide request/response and bidirectional streaming for GRPC over http/2. When using a bidirectional streaming client, tonic...
I just noticed that the Gateway APIs v1.2.0 is out. It'd great to have support for it here. https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.2.0 EDIT: (Sorry about the issue title spam 😞)
I've been using `aide` on an API with some `String` and `Uuid` path parameters and just figured out through trial-and-error that they need to be wrapped in a struct type...
### Summary With Zed nightly, `rust-analyzer` gets into a loop where it repeatedly re-checks and re-indexes the projeect. ### Description While working on a project with Zed nightly, `rust-analyzer` starts...
## This would solve... When creating a new connection, I'd like to do a host lookup based on multiple parts of a request and create a new TLS connection. Sometimes...