Jérémie Drouet

Results 65 issues of Jérémie Drouet

I'm looking for a map that preserves the order. [`indexmap`](https://crates.io/crates/indexmap) is usually my goto supported by many serializer.

This should fix https://github.com/rustwasm/wasm-pack/issues/1206 I don't know what is _the way_ to detect if the `snippets` directory should be included so, by default, I include it considering it's already in...

In the documentation, it's encouraged to do the following ``` google_cloud_pubsub::client::ClientConfig { project_id: Some(String::from("foo")), ..Default::default() } ``` But when we set the `pool_size` to `None`, the client will just try...

When using the `axios` client, I'd like to be able to provide an axios instance. The way to do in the doc is to define a global constant which is...

tanstack-query
axios

## Changes `ring` is not maintained anymore and could lead to compilation issues. We need a way to use the tonic exporter with https without relying on `ring`. This PR...