Jeremiah Senkpiel

Results 120 issues of Jeremiah Senkpiel

I opened https://github.com/inanna-malick/tracing-honeycomb/pull/10 in the past but it was closed... It is unnecessarily difficult to contribute to this repo as CircleCI are not viewable without giving CircleCI GitHub permissions access....

Particularly improves tracing-honeycomb's docs & readme. Puts more of the doc examples in rustdoc so they can be automatically tested.

As discussed in the feature PR, libhoney-rust uses parking_lot regardless so we might as well do the same. This removes the `use_parking_lot` feature from tracing-honeycomb.

Adds a compile-time flag to support running on [async-std](https://crates.io/crates/async-std)'s threadpool rather than a tokio one. This also switches out Reqwest for [Surf](https://crates.io/crates/surf), which has multiple http client backends, including a...

Make some attempt to size things to 80 columns for now...

From https://github.com/alexcrichton/flate2-rs/issues/238 The pure rust implementation of deflate gives a somewhat unsatisfactory compression result, even using max compression level. Somehow, the zlib binding from here is even worse, which is...

Taken from https://github.com/http-rs/surf/pull/252#issuecomment-707942927 `base_url` acts in unexpected ways when a trailing slash is missing. See that PR for more details.

bug

@ericsampson mentioned to me that a lot of http clients turn this on by default. Some ecosystem stats: - [Node.js does this by default on sockets](https://nodejs.org/dist/latest-v16.x/docs/api/net.html#net_socket_setnodelay_nodelay) - [Reqwest does this...

semver-major

~~Seems like a good time to discuss this, is this something that would be desirable for 2.0.0?~~ The List: - [x] outgoing chunked encoding (done in async-h1) - [ ]...

semver-major

To not include it you also need to concretely specify the other features, which isn't always desirable

semver-major