Neyts Zupan

Results 152 comments of Neyts Zupan

I see. As long as I am the sole maintainer, I'd like to keep it as is, as static content, because I'm afraid I don't have the bandwidth to support...

cc @MatthewWilkes @gweis @damonhook @mmerickel @stevepiercy @gjo @sevanteri @sjiekak @phrfpeixoto @sweh @Wim-De-Clercq @fredvd @daryllstrauss @miohtama @timgates42

cc @pepijn-motosumo @grinspins @karolpawlowski @bushkov @atronah @afreepenguin @ztane @mlandry8 @silenius @coler-j @BoomerB @potkae @andrewfree @simondale00 @huntcsg @iustitia @ghost @davisagli

Hey @pepijn-motosumo, thanks for a great bug report! Could you please report this upstream to openapi-core and try to get it fixed there? If it doesn't go through, I'll see...

It looks like I first need to update pyramid_openapi3 to use the new 0.15 release of openapi-core. Then circle back to this one if it's still a problem.

How other languages solve this is the other way around -> generate code from API spec. Concrete example how we do it for the Elm frontend using https://app.kafkai.com/api/v1: * have...

I am parsing/dumping YAML in another project with https://github.com/Fatal1ty/mashumaro, and I like it a ton. If we go down the generation path, this library seems like a good avenue of...

I've drafted how I want the configuration for this functionality to look & feel: https://github.com/Pylons/pyramid_openapi3/pull/103 Instead of requiring the `openapi_responses.yaml` file, I opted for simple defaults that can be overridden....

Fantastic insights, thanks!