twosigmajab

Results 15 issues of twosigmajab

Flask-Rebar's [support](https://flask-rebar.readthedocs.io/en/latest/quickstart/swagger_generation.html#servers) for OAIv3 `servers` is great, but unfortunately we're stuck on OAIv2 for the time being. Currently, our Flask-Rebar-generated OAIv2 specs are not getting any `basePath` specified by default,...

enhancement

1. Document that 3-tuples can also be returned to include custom headers. 1. Improve "Todo" example based on how such an app would actually be written: - Combine `TodoSchema` and...

https://github.com/doobeh/flask-gunicorn/blob/cb571ff9a08e1ac03b66f9a32bbe99dd78c46aca/flask_gunicorn.py#L26 Due to https://bugs.python.org/issue36054, when the above is run inside a container that has been allocated (say) a single core and 512 MB of RAM on a machine with 64...

While I'm here, may I also ask what is the relationship between Flask-OIDC and Flask-OpenID? They seem related, but neither seems to be a drop-in replacement for the other, and...

##### Description Internally, generated Python code uses absolute imports that hard-code the assumption that users have the package installed top-level with a name like "swagger_server". For example, the following line...