Dash Winterson
Dash Winterson
I use grpc in tandem with apns notifications, currently the latest release of django-push notifications seems fundamentally incompatible with some of the new features/changes in hyper 3.0+ I'm not sure...
just a minor fix of @zetahernandez's branch, should pass testing now
Updating from 0.15 to 0.18 (via a bandit bump to 1.7.5) seems to have broken mypy's ability to distinguish task parameters correctly. In lieu of rolling back my celery-types version...
Updating from 0.15 to 0.18 (via a bandit bump to 1.7.5) seems to have broken mypy's ability to distinguish task parameters correctly. In lieu of rolling back my celery-types version...
In redoc view, the documentation includes a number of different example values for things like `email` and `uuid`, it would be nice to be able to simply provide values for...
**Describe the bug** As an engineer implementing schema docs via drf-spectacular it is unclear how to supply values for the documentation or to detail acceptable input formats. **To Reproduce** When...
https://python-poetry.org/docs/ I thought it might be interesting/useful to use poetry to manage deps/builds/project info for the following reasons - robust dependency and platform version management - build distributions using `poetry...
https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createDynamicsCompressor
### Is your feature request related to a problem? Please describe Currently schemathesis tests[ take a rate limiting parameter when instantiating the test decorator,](https://schemathesis.readthedocs.io/en/stable/python.html#rate-limiting) ie. ```python schema = schemathesis.from_uri( "https://example.schemathesis.io/openapi.json",...
### Checklist - [ ] I checked the [FAQ section](https://schemathesis.readthedocs.io/en/stable/faq.html#frequently-asked-questions) of the documentation - [ ] I looked for similar issues in the [issue tracker](https://github.com/schemathesis/schemathesis/issues) - [ ] I am...