Thomas Grainger
Thomas Grainger
This still needs a doc change
actually this doesn't need a doc change as `--loop` never allowed a custom loop setup function
```js export const filteredItems = ({ items }, _, value) => items.filter(i => i.filter === value); ```
fixed in https://github.com/python-cffi/cffi/pull/24 but not released yet
FYI json must be in UTF8, so that flag is redundant. Matching the prefix is also incorrect, because it would include `application/json-not-really-json`
Maybe https://pypi.python.org/pypi/python-mimeparse will help
tests are tricky for this, as it only causes the warning on quart-trio
@mankindsoftware bump
@wuct I've updated the description.
happy to add tests etc if approved.