Robbe Sneyders

Results 112 comments of Robbe Sneyders

Hi @tst-lsavoie, thanks for the PR. - I'm a bit hesitant to define a custom extension. Is there a reason we cannot inspect `Content-Type` instead? - We moved to the...

I've been looking into this a bit more, and I would suggest the following solution. Define a `body` property with `body_getter` on `ConnexionRequest`, similar to the `json` property with `json_getter`....

You can find a quick and dirty PoC of the solution here: https://github.com/thermopylae/connexion/compare/mark-endpoints-for-streaming-uploads...spec-first:streaming-uploads-poc

Thanks for the report @fgreinacher. I'm currently on my phone, so hard to dive into the code. But based on a quick look, I don't think this is due to...

@fgreinacher no worries, thanks for the reminder. I didn't have access to my laptop before due to holidays. Looking at the stack trace, you're indeed right that we're processing the...

Hi @arkkors, Thanks for the PR and sorry for the late response. Unfortunately, we've decided to go for another framework agnostic approach (see https://github.com/spec-first/connexion/issues/1395#issuecomment-1063214142). I was able to reuse some...

This seems like a good change @scoulomb. If you're still interested in getting it merged, please rebase on and target this PR to the `v2` branch.

Thanks for the report @gitttt @Tsubashi. We should clarify in the docs (currently the return type is only documented for Oauth2) and see if we can catch the exception to...

Thanks for the detailed report @jantonacci. I'm not sure if this is an issue with connexion though, it might be in [swagger_ui_bundle](https://github.com/dtkav/swagger_ui_bundle) or [swagger-ui](https://github.com/swagger-api/swagger-ui) instead.

Thanks for the report @mmattb, I can indeed reproduce. I quickly looked into the underlying issue, but it does not seem to be a quick fix. `is_null_value_valid` is indeed set...