David Buchmann
David Buchmann
would that mean a GET request with a body? this is very unusual, and some proxies might discard the body. afaik elasticsearch used to do it, but they switched to...
ah, that sounds useful. maybe @GuilhemN can help here?
could it be possible to add a `model` field to zircote/swagger-php instead? that might be more straightforward and less confusing. but is only possible if the model field would make...
in the past, i overwrote the twig template for this. but it sounds nice - alternatively we could add more twig blocks in the template so that you can extend...
i don't think we can simply remove the default resolver. maybe we could add it in the extension class instead of the configuration class to avoid the problem when merging...
i like this refactoring, thanks! i agree with the comment from @franmomu about naming the loader variable $loader and making things final where possible.
hi @keshancs , i am going through the backlog of older issues and merge requests. thanks for the pull request. code looks good to me, but can you explain what...
i like the suggestion of @fbourigault - do you want to split the interface in the way he suggested @Warxcell ?
i created the 3.x branch now.
as long as it does not cause overhead, we keep supporting legacy PHP versions. when that becomes an issue, we would drop support for old versions in a minor version...