Artur Maciag

Results 105 comments of Artur Maciag

Hi @andersk thanks for the report. This one will require type finding in `AnyCaster` implementation right after `ObjectCaster`.

Hi @balchugovg thanks for the report. I'm aware of the limitation of current template variables search mechanism, unfortunately I have limited knowledge in python Parser area to fix the issue...

hi @itsMGA `validate_request` is just a shortcut for validation. Iteration over errors with`iter_errors` is still available (although not documented) under validator class ```python from openapi_cote import V30RequestValidator V30RequestValidator(spec).iter_errors(request) ```

Maybe this could be good as extra format unmarshaller example for documentation but not necessarily enabled by default.

This will require backward incompatible change in request objet api. We will need to use raw binary request body/response data (+ binary iterator) instead of text/string.

I don't use apig+lambda much but I can try to implement this if it's a need for this.

@doemski please report separate issue with your details

Hi @bollwyvl there's a tornado integration project https://github.com/correl/tornado-openapi3 but it seems to be outdated. Maybe it would be worth to incorporate tornado integration to `contrib/tornado` (at least until 1.x version...