Brandon W. King
Brandon W. King
**Request:** Add S3 Object.storage_class possible values to documentation ([relevant boto3 docs](http://boto3.readthedocs.io/en/latest/reference/services/s3.html#S3.Object.storage_class)) **Reason:** Guessing possible values and meaning is not fun and prone to errors. **Context:** ``` python import boto3 s3...
Turns out the SparkPost Django Email Backend did not support sending metadata via the transmission API. I've added support for sending email with metadata and added documentation to docs/django/backend.rst. I've...
Currently, there is no way to send metadata (for use with webhooks) using the SparkPost Django Email Backend.
Based on the changelog, it looks like the development of Crossbar stopped on Nov 11th, 2021. 
- name, lat_lng, radius, and rankby=ranking.DISTANCE. - Test for error was: - if keyword is None and types == [] - Should be: - if keyword is None and types...