Bryce Durham

Results 7 issues of Bryce Durham

The destroy() method in the DestroyModelMixin for DRF returns HTTP_204_NO_CONTENT whereas the delete() method in DeleteModelMixin here returns 200. It seems this should be consistent and the 204 would be...

As currently written, aiodocker expects docker events to be separated by newlines -- jsonstream.py calls `response.content.readline()`. For reference, docker-py reads chunked data and uses `JSONDecoder.raw_decode()` in case there are extra...

bug
recheck-required

This is only a partial fix because the other half requires changes in ChannelsLiveServerTestCase.

I'm attempting to upgrade my project from Python 3.7.5 to Python 3.8.1. I'm on MacOS 10.15.3 using Python 3.7.5 and Daphne 2.4.1 with Channels 2.4.0 and Django 3.0.2. The issue...

[RFC8081](https://www.rfc-editor.org/rfc/rfc8081) (2017) deprecated e.g. `application/font-sfnt` in favor of `font/sfnt`. From the RFC: `Deprecated Alias: The existing registration "application/font-sfnt" is deprecated in favor of "font/sfnt".` Some browsers (i.e. Chrome) issue console...

https://github.com/h2non/filetype.py/blob/b5e2d926e1c2031239927659dbfbfeb7eb35596b/filetype/filetype.py#L9C1-L10C1 As currently written, assignment of `TYPES` to the module variable `types` blocks access to the submodule named `types`. This effectively blocks all programmatic access to the `types` submodule that...

The docs note that: `hx-headers is inherited and can be placed on a parent element`. However, `hx-headers` does not seem to respect inheritance settings via `hx-disinherit="hx-headers"` or ``. The source...