Dirkjan Ochtman

Results 197 issues of Dirkjan Ochtman

**rust-analyzer version**: rust-analyzer version: 0.3.1995-standalone (c86d6230f 2024-06-10) [/Users/djc/.vscode/extensions/rust-lang.rust-analyzer-0.3.1995-darwin-arm64/server/rust-analyzer] **rustc version**: 1.79.0 (129f3b996 2024-06-10) **editor or extension**: VS Code v0.3.1995 **relevant settings**: nothing special **repository link (if public, optional)**: N/A In...

C-bug

The raw diffstat of +4957/-371 doesn't look so attractive, but this account new tests (and accompanying data) that account for about 4400 of those lines added, so all in all...

We don't need a featureful or high-performance parser for the build script.

Fixes #2159. Consider that issue for more context.

Following up on https://phanpy.social/#/hachyderm.io/s/112571606961741408, the root `README.md` has: > samply works on macOS and Linux. Windows support is planned. But the samply crate `README.md` has: > At the moment, the...

Because `TokenProvider` is a trait (and not sealed), this is technically a breaking change. Since there's just been a breaking change a month ago, not sure if we want a...

I just wrote this: ```rust /// Response with object safe body type pub struct BytesResponse { /// Response status and header pub parts: http::response::Parts, /// Response body pub body: Box,...

As I understand it, the cargo-deny action currently still provides cargo-deny 0.14. Is there a plan to provide cargo-deny 0.15 via the action soon? Would be great!

enhancement

cc @worldwise001. Going to set the stage with some context: * rustls-platform-verifier was originally created within 1Password. It was open sourced and transitioned to live with in the rustls GitHub...

As discussed in https://github.com/hyperium/tonic/pull/1882#issuecomment-2302371292. cc @grembo