Paul Wayper

Results 20 comments of Paul Wayper

BTW, the base64_maps_t struct repeats itself, and there would be hilarious consequences if a PEBKAC caused the forward map to be different from the reverse map. I generally prefer to...

Yeah, unfortunately the workaround is to subclass the view inspector and copy the `get_response_schemas` method, using my version of the code. @axnsan12 What's your take on this?

Sorry, have had this on the back burner - will update this soon!

I'd be in favour of just phasing out support for coreapi altogether.

I suspect this is a problem in the way you're using Django REST Framework, not `drf-yasg`. Can you make sure that the schema you're showing there is generated by introspecting...

You're probably better off using a DRF serializer here to be honest. You then use the `request_body=FileUploadSerializer` parameter to `swagger_auto_schema` to set the manual parameters. I'm assuming from your example...

Looks like a fairly easy fix there @nazareka - you could do this yourself and send a PR :-)

There are other OpenAPI 2 and OpenAPI 3 schema validator libraries out there :-) You can either import them into a test suite and run tests that way. I also...

BTW, I tested this and it worked on new invocation but not when left running and moving into a new day. I'll trace this down.

Hi there! I've tested this and it's now working :-)