Clément Renault

Results 331 comments of Clément Renault
trafficstars

Hey @Jasperav, I want a fresh eye to look at this issue, like @ManyTheFish or @loiclec, as you worked on the sort ranking rule. For context, this user is experiencing...

Hey @guimachiavelli 👋 Have you informed them about this issue?

Is it possible to add a hook on the [Rust Github repository](https://github.com/rust-lang/rust) that do a curl and auto-build-triggering this Image on Docker Hub ? ```bash curl --data build=true -X POST...

Would be great to make those dependencies optional and under a feature flag, can be enable by default but can also be disabled (i.e. `default-features = false`).

Another argument against doing it at query time (when inserted in the queue) is about future implementation of a replication system. We must follow the processing order of the queue....

Hey @irevoire and @curquiza, I just did a new `cargo update` and the PR message. There is no more issue with `vergen`, `enum-iterator`, and no single merge conflicts 😃

I just rebased, moving form `deserr = 0.1.4` to `deserr = 0.3.0` and fixing a small part of the code for it to compile again. I also bumped the dependencies...

![image](https://user-images.githubusercontent.com/3610253/219097175-9d24f36e-6391-48b8-aea3-8b4a89996eb1.png)

We have to test the `route_metrics.rs` with the right feature flag.

Hey @ManyTheFish and @irevoire, Could you review this PR, please? It adds the possibility to specify an API Key and a Tenant Token with a pattern that can optionally end...