Neyts Zupan
Neyts Zupan
I've updated the https://github.com/teamniteo/monterey-poetry-test/tree/isort example to latest nixpkgs-22.05 and poetry2nix master, but the error remains the same.
Have you looked at https://github.com/teamniteo/pyramid-realworld-example-app yet? There is some basic error overriding there, might serve as an inspiration for what you are trying to achieve: https://github.com/teamniteo/pyramid-realworld-example-app/blob/master/src/conduit/openapi.py#L71
Ah, I see. Hmm ... What about custom formatters? https://github.com/Pylons/pyramid_openapi3/blob/29f0180a97d9d33cbe65488aee97af8339c120c4/pyramid_openapi3/tests/test_extract_errors.py#L567
Makes sense and also seems like it won't complicate the codebase much, so I'd likely be +1 on a PR that introduces this.
I'm running on Heroku, with a reverse proxy in front, and it works as expected: https://dash.paretosecurity.com/api/v1 Can you share a bit more about your setup?
Hmm, I'm also using `https://pypi.org/project/pyramid_force_https/`, maybe that makes it work? Could you give it a try?
I'm out of ideas, sorry. Happy to review a PR with a fix when you figure it out.
Validation can be turned off, but sadly only very broadly: https://github.com/Pylons/pyramid_openapi3#endpoints--request--response-validation Can you provide a minimal example with code & test that shows exactly how you'd like it to work?
I can take a look next week if noone beats me to it.