Jan Berktold

Results 16 issues of Jan Berktold

This PR adds basic `linux/arm64` support via docker's new `buildx`. For now, we're adding `linux/amd64` and `linux/arm64` only but it is fairly trivial to add more platforms. This does change...

We repeatedly see InfluxDB crashing on startup due to a corrupted data directory with a stack trace which looks _rougly_ like this: ``` panic: runtime error: slice bounds out of...

I noticed that deserialization of the `BinaryFuse8` using serde takes a long time. In my use case with 450 millions members, it takes 2-3 minutes on a modern machine. The...

Would you mind providing a little getting started guide and/or a code example on how to use this library to help new users getting started?

I didn't realize the auto connection was ready to be used with a `!Send` executor, so I went down a long [rabbit hole](https://github.com/hyperium/hyper/issues/3624). This adds an example hopefully short-circuiting this...

Previous implementation would only match if the Accept header was exactly the same as the data type, however according to [RFC2616](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html) clients can specify multiple different accepted content-types and type...

Depends on #405. This is another "fancy" gauge type from other internal codebase that I believe to be beneficial to others. We have a few use cases where we want...

Still very much a work in progress. Opening a draft PR to prevent duplicate work. Background: I've noticed that the behavior during slot migrations (MOVED/ASK responses) is not fully up...

I managed to get the proxy to fail consistently with this repro case: - Send a `CLUSTER FAILOVER` command to a slave - Kill the old master that we fell...