Ben Linsay

Results 9 issues of 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...

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

bug
help wanted

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

crossbeam-skiplist
docs

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

C-feature

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 😞)

good first issue
help wanted
area/maintenance

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

enhancement