Robbe Sneyders

Results 158 comments of Robbe Sneyders

The CLI only uses your specification and view functions. The application is instantiated with the default resolver. If we would want to enable different resolvers, we would have to add...

You can pass a jsonifier to your connexion App or API in Connexion 3, which will be released tomorrow.

Can reproduce, although with a different error message.

Fixed in https://github.com/spec-first/connexion/pull/1588

This was reworked and documented in #1758

`multipart/mixed` is not supported by either Flask/werkzeug or starlette, which connexion is built on. You can either use `multipart/form-data`, or parse the `multipart/mixed` yourself by reading the stream on the...

In theory it would be great to support it. But `multipart/mixed` is so complex and support across the Python ecosystem lacking that it's not feasible.