Neyts Zupan

Results 152 comments of Neyts Zupan

Oh wow, that would be great! I don't have strong opinions. I've tried to start writing docs myself in the past and couldn't really decide where to start because almost...

* https://github.com/Pylons/pyramid_openapi3#advanced-configuration should go out and into docs * https://github.com/Pylons/pyramid_openapi3#demo--examples could probably be rewritten with more narrative text around the code samples, as chapters in the docs * https://github.com/Pylons/pyramid_openapi3#design-defense can...

I've only lived in the URL dispatch world for the last ~5 years, and wouldn't know how to even being. Can you provide a basic example and I can then...

Looks like some work is needed before it works with traversal out-of-the-box, but your examples shows that it should be possible.

This one needs to be re-reproduced because `openapi-core` switched to using `jsonschema` under the bonnet.

3. sounds best to me.

Huh, I've personally never used `paste_prefix` before so don't have any intuition into what could be wrong. Can you provide a minimal runnable example that exercises this bug? Ideally as...

> Surely nobody is writing that in the routes. What exactly is `that` in this sentence?

I often use the following: ```yaml servers: - url: /api ``` See https://github.com/niteoweb/pyramid-realworld-example-app/blob/master/src/conduit/openapi.yaml#L625

@Vk24-hash: sure thing! Let me know if you need help.