emilien puget
emilien puget
## Expected Behavior GO SDK should send request payload as a json if the request has the right content-type https://develop.sentry.dev/sdk/event-payloads/request/#examples, as per the doc > data > Optional. Submitted data...
Is there a way to proxy different urls to different backends? I tried setting up multiple instances of wiretap in a docker compose but the monitoring webpage displays the same...
As briefly discussed [there](https://github.com/deepmap/oapi-codegen/issues/1584) The current behavior of the code generation is a mix between always required and always optional bodies. However the open api specification is pretty clear about...
request bodies should be optional by default see https://spec.openapis.org/oas/v3.1.0#fixed-fields-10 or https://swagger.io/docs/specification/describing-request-body/ but as we can see here https://github.com/deepmap/oapi-codegen/blob/621b44626ac9a1aa6c9fdda97324a58569227281/pkg/codegen/templates/strict/strict-http.tmpl#L50, we check that a content type is set only when multiple request...
The idea is to have a more precise error reporting from the FindPath function, before it could yield a path not found validation error, with this proposed change we will...
First of all, i love what you did there. What do you think about handling default values in query parameters ?
hello, i love what you did there, i wonder if the struct used in your example implement the scanner interface to avoid using reflect ?
Hi, first of all i love what you did here. Is there a way to define [groups](https://grafana.com/docs/k6/latest/javascript-api/k6/group/) ?
implement https://github.com/pb33f/libopenapi-validator/issues/141