Artur Maciag

Results 105 comments of Artur Maciag

Hi @rohan-97 thanks for the report. Errors handling customization is one of the topics missing in current documentation (I didn't add this to the documentation because of missing well-defined interface...

Hi @jitka there is already [test](https://github.com/python-openapi/openapi-core/blob/master/tests/integration/unmarshalling/test_unmarshallers.py#L638) for minitems please provide minimal example to reproduce the issue

Generator should be resolved to string and passed further to the request if we want to validate the body.

It can be done with Request object but if user has `Request` object and pass only `PreparedRequest` to request factory we will not be able to recreate generator and the...

It works well with ``` openapi-schema-validator 0.6.2 openapi-spec-validator 0.7.0 ``` hence closing.

It's because of old openapi-schema-validator package

I think I found the reason of this issue. I will prepare fix for that.

yes this looks correct. you can have a look at my test for the issue and compare. did you check master version? can you prepare minimal example?

Errors are definitely something to improve. However this will be a breaking change and I was waiting for this until I refactor validators. I will add errors refactor to the...