Paul Wayper
Paul Wayper
Added 'base64url' mapping to choose from (using not yet provided 'choose map' mechanism).
…; condensed more rows of '0xff's.
This was added to drf-yasg2 a while back and didn't get backported into drf-yasg.
At the moment, if a non-default response serializer is set via `responses` in `swagger_auto_schema`, it will not pick up any pagination schema that might apply from any paginator inspectors. This...
Given this parameter definition: ```python sort = OpenApiParameter( name='sort', location=OpenApiParameter.QUERY, description="Sort field", required=False, many=True, style='form', type=OpenApiTypes.STR, enum=['name', 'price', 'location'], ) ``` The current code generates parameter schemas like this: ```json...
Hi there! I've added an option and associated code for having fswebcam check and create the components of the path it's writing files to. This is useful for when writing...
### All Pull Requests: Check all that apply: * [Y] Have you followed the guidelines in our Contributing document, including the instructions about commit messages? * [Y] Is this PR...
The 'toposort' function was identified as using significant amounts of processor time in real world archive processing. Looking at the code, it does a number of things that make it...
Signed-off-by: Paul Wayper ### All Pull Requests: Check all that apply: * [X] Have you followed the guidelines in our Contributing document, including the instructions about commit messages? * [X]...
The `-v` or `--verbose` options change a few things, but they have almost no effect on the `turnserver`. This implements a `log_min_level` setting and a `--log-min-level` option to allow the...