Tobias Schultze
Tobias Schultze
The topic looks like a duplicate of #33794. Retrying the sending makes sense with a decorator. Forwarding failed ones to a failure transport could be nice. But the problem is...
Thank you for working on this. I guess this will fix #12
Not sure where the error is coming from. But just based on the swagger spec and annotation library using `ref=@Model(type="App\Entity\Common\Account", groups={"account"})` seems invalid. `ref` must be a string, not an...
Seems like it's this class https://github.com/nelmio/NelmioApiDocBundle/blob/master/OpenApiPhp/ModelRegister.php that is handling the `ref=@Model` annotation. So to be compatible with NelmioApiDocBundle, we could add the class to the annotation analysis in case it...
@kilobyte2007 are you still interested in solving this?
In OpenApi v3 the equivalent is servers.url. but there can be multiple servers and the url can also contain the host and placeholders. and the servers can be overwritten at...
Btw, the https://github.com/csarrazi/guzzle-cache-middleware/blob/master/src/Adapter/MockStorageAdapter.php does not seem necessary. You could use the https://github.com/csarrazi/guzzle-cache-middleware/blob/master/src/Adapter/PsrAdapter.php also for the mock storage. In the https://github.com/csarrazi/CsaGuzzleBundle you could use the symfony filesystem cache adapter without ttl...
This way the library also wouldn't need to worry about such things like invalid chars. But the cache key would usually not translate to the filename as the key is...