Neyts Zupan

Results 152 comments of Neyts Zupan

Similar idea: https://github.com/graphql-python/graphene/issues/729#issuecomment-393673570

It seems pyramid-swagger can generate python models on the fly: https://pyramid-swagger.readthedocs.io/en/latest/quickstart.html#accessing-request-data

Initial implementation released in https://pypi.org/project/pyramid-openapi3/0.12/.

Thanks for the bug report! > Note that we started observing this error only since yesterday, before it was working as expected. What changed since yesterday? Did some dependency get...

Hey @bushkov, did you manage to resolve this, or is the issue still there?

The underlying problem seems to have been addressed in `openapi-schema-validator` recently: https://github.com/p1c2u/openapi-schema-validator/issues/22.

As per https://github.com/p1c2u/openapi-schema-validator/issues/22, have you tried using `openapi-schema-validator` version `0.3.0`?

That is indeed strange. I'll try to take a look in the not too distant future. Any help debugging this is greatly appreciated. If you have any additional info, please...

Dug into this one again today, and realized it's missing a test. Could you please add it? Look at tests in other examples for inspiration.

Hey @grinspins, thanks for taking the time and providing a proper context. Regarding 1.: to me this seems like a bug and we should raise a more descriptive error when...