Marc Gibbons

Results 10 comments of Marc Gibbons

@reverbc Can this get merged & published?

Are you referring to the authenticate button? I may have accidentally removed it from the default settings; but you can always add it back in by configuring `SECURITY_DEFINTIONS` I also...

@tcarver Thanks for the message. The v2 is a major change from previous versions as now, the schema is being generated by DRF and CoreAPI. Currently, the only type is...

@tcarver Not sure. Will ping @tomchristie

@djadjaVania Are you looking to send header information to specific views, or across all requests?

@cliffxuan Interesting solution. @tomchristie What are your plans for the next version? Would you consider extending the override methods like `get_path_fields` and `get_filter_fields` currently on the schema generator onto APIView?

@siefkenj Opened a PR here https://github.com/DefinitelyTyped/DefinitelyTyped/pull/65635 to add the `preprocess` method to the `Printer` type.

@stinovlas Was able to reproduce this bug with the versions you pinned above. I was able to narrow it down to `redis==4.5.2`. Tried with `redis==4.5.4` and I get the expected...

@felixxm Taking a look at this issue at PyCon sprints. I was able to reproduce your scenario both in the Django project and in an isolated scenario. Determined that threads...