chadawagner

Results 5 issues of chadawagner

https://github.com/celery/kombu/blob/488ed977e0345eb0f509f020a80bb88f42bb1315/kombu/transport/redis.py#L986-L989 When using the "priority" scheduling cycle with the redis transport, the original order of the list of queues to use is not preserved, due to `_active_queues` being converted from...

Issue Type: Enhancement

8-bit PCM uses unsigned ints, which did not seem to be accounted for in `IntBuffer.AsFloat32Buffer()`

I'm not sure what the official release process is for this repo, but it's been nearly 2 years since the last release, and 3 months since the latest merge of...

Encountered a case where non-utf8 ID3 tags in _normal_ stderr output will cause exceptions in an otherwise successful process. Telling `decode()` to ignore or replace errors fixes the issue. This...

If there is any ffmpeg output to stderr which cannot be successfully decoded from bytes to utf-8, `decode()` will raise a `UnicodeError` and processing will fail. This is possible for...