Jerome Gravel-Niquet

Results 78 issues of Jerome Gravel-Niquet

I've been playing with this crate, but I can't get my read loop to stop (when it reads `0` bytes, like in your example). On the client-side, I'm writing 80...

For our use case, we're forwarding some requests to an `unbound` server running on our hosts. The `StubResolver` doesn't quite work for us because: - There's no way to send...

I tried signing in, entered my username and password. When I press "enter" or "space" on the "Sign in" button, it does not work. Nothing happens. I tried pressing enter...

I just hit a rate limited error when creating a new certificate (due to a bug, that created a loop of trying to create a certificate) I thought I'd add...

If there's a network event causing a node to lose all connectivity, all members will appear down from its point of view. It doesn't appear to recover from this condition...

I'm actually not sure where the time is being spent, but most of the CPU time in my project is currently being used sorting _something_ related to broadcast messages. Flamegraph:...

I've stumbled upon this crate and it looks like it's of very high quality and has all the features I need for a little project. Everything has been pretty clear...

**Version** hyper v0.14.23 h2 v0.3.14 **Platform** Linux 5.11.22 **Description** When gracefully shutting down a server http connection, if `http2_keepalive_*` options are set, then it will sometimes error with an `h2`...

S-bug

There's at least one scenario where duplicate `seq` values may exist for the same `db_version`. Reproduction: ``` sqlite> create table foo (a INTEGER PRIMARY KEY NOT NULL, b INT); sqlite>...

In our project, we have an optimization to reduce DB lookups that involves in-memory tracking what `db_version`s exists and which `site_id` they're associated with. This lets us produce a message...