Robbe Sneyders

Results 158 comments of Robbe Sneyders

It would probably make more sense to make the `status_code` required, since every response schema needs to be under a status_code in both swagger 2 and openapi 3. You can...

Hi @D3nn3, I'm afraid this issue is not at the top of our priority list at the moment. We currently match Flask behavior and while I agree that a `400`...

Hello and thanks for the feedback. I want to start by pointing out that you can use this library without using the plugins. You can also add your own plugins...

I currently don't have the time to work on this. I will look into this later. In the mean time, all contributions are appreciated.

Hello and thanks for the suggestion. Sticky headers are certainly a possible enhancement for this library. However, I currently don't have the time to implement this myself, so any contributions...

Hi @kodamin, thanks for the report. This fix was only merged to main on which we are working towards version 3.X. It requires a bump to `jsonschema>=4.X` which we don't...

Hi @jayvdb, Could you please clarify which behavior you're expecting from connexion? It's not clear to me what you mean by supporting callbacks.

Alright, so this is purely about the mocking behavior? I guess that could be useful. It's not very high on our priority list though, so feel free to work on...

Thanks @leonardofesta, looks good to me. I pushed a change to the test, as it wasn't actually testing the new behavior.