Mike Parent
Mike Parent
## What OS are you using? Docker/Debian running on both Mac/Arm64 and Linux/x86 ## What version of Dramatiq are you using? 1.12.3 ## What did you do? Tasks that raise...
Request bodies of content type `multipart/form-data` can have different "boundary" separators, but contain identical data. This can cause VCRPy's "body" matcher to fail on otherwise identical requests. This adds support...
The documentation for disabling the `connection_timeout` functionality incorrectly says to use `None`, which fails MyPy type checking. According to the `aiocometd` source code, this value must be an Integer or...
## What does this PR do? This applies 2 "quality of life" improvements for integration with `pytest` and the `pytest-vcr` plugin: 1. Automatically register the `snowflake_vcr` marker, instead of requiring...
Refactors initialization to load "ratio" and "gender_names" dictionary data from JSON instead of using giant static Python dictionaries. When we originally added `probablepeople` to our Flask application, it increased our...