Oliver THEBAULT

Results 13 issues of Oliver THEBAULT

#### Issue Every time I clear `All cache files`, it clears everything except `*_cake_core_file_map`. I tried to delete this file myself then clear the cache again after it was regenerated......

(Sorry, I don't know how to simply ask something on github without creating an issue...) I just wanted to know if this plugin checks for duplicate txn_id before processing an...

## Context To make parallel async requests between different Guzzle clients, I had to make these Guzzle clients all share a same `handler`... ```php $stack = new HandlerStack(); $stack->setHandler(new CurlMultiHandler());...

Hello, ~~My problem here, is that when I want to assert that an array is the way I want it to be, I mostly use `isEqualTo()`... but, this asserter does...

enhancement

@Meroje suggested to use `TransferStats->getHandlerStats` as a replacement => see https://github.com/M6Web/GuzzleHttpBundle/pull/66/files#r355573366 comment

## Context We're trying to migrate an existing GraphQL API to `async-graphql`. ## Issue The existing API supports resolving multiple queries (let's say 2) in a single request (like `async-graphql`)....

enhancement

## Motivation At my company, we use a CDN (AWS Cloudfront) in front of our Rust applications... Then, the AWS recommendation to make sure that all requests come from our...

### Why I'm writing this issue just because I used this Docker image before (thank you Starefossen ❤️, you did a great job here), but now it does not work...

Would it be possible to refresh the tests (✅/❌) for each CDN [here](https://github.com/andydavies/http2-prioritization-issues#cdns--cloud-hosting-services) please?

Would it be possible to support feature flipped attributes in the builder arguments such as: ```rust pub struct MyStruct { attr1: String, attr2: String, #[cfg(feature = "my-feature")] attr3: String, }...