Philipp Schuster

Results 200 comments of Philipp Schuster

I've experimented with the following code: ```nix nextestReportWrapped = stdenv.mkDerivation { name = "nextest-report-wrapped"; dontCheck = true; dontInstall = true; broken = true; inherit src; outputs = [ "out" ];...

Okay, so far the best approach I could find is the following: - two Nix attributes that execute cargo nextest, but one with `|| true` - in CI, execute the...

> and it works fine, AFAICT, a 60% coverage. With and also without Nix?

I updated the PR @ehuss . See the latest version here: https://github.com/rust-lang/nomicon/blob/20d86cd0331e1c54bfd85e25326e3e0e41fc979e/src/other-reprs.md Any more comments?

Sorry for the circumstances on this, I obviously understood something wrong. I tried to improve the description in a way, that others will not fall for the same misleading assumption...

@ehuss I rebased the PR branch onto the latest master branch.

Hi @mtthw-meyer that's a great feature request! Unfortunately the current state of this project is that I quickly created a more or less dirty code base to quickly get results....

Hey. Thanks for the interest in my library. Generally speaking, I'd love to have full HTTP/1.1, HTTP/2.0, and HTTP/3.0 support. However, for the nature of the library, I need a...