Alex Stapleton
Alex Stapleton
With the development build of Banshee 2.2.0 you can list the tracks but actually playing them doesn't work. I've tried with both MP3 (no transcoding) and FLAC (transcoding and no...
This rule is very important for us too and it is also 2-3x slower than any other rule we have enabled in eslint. I am happy to use a mix...
I would like to add that using a pre async/await `target` results in stack traces that are more than obtuse, they frequently omit the actual code that called into the...
Same but using beta1 and date-fns 3.2.0.
`gprc-web-text` is the variant with additional base64 encoding of the bodies right? I think this would be easy enough to support. I don't have plans to do it but would...
Thank you very much for the fix. Any chance you can update the tests to cover this? e.g. `unwrap_message_asgi` is tested in `test_protocol.py`
Re WSGI https://github.com/python-web-sig/wsgi-ng/issues/9 it's not clear if any implementations support it even via an environ extension. Re ASGI https://github.com/django/asgiref/issues/141 I think there is some interest in providing this capability but...
Thanks for letting me know. I'll take a look :)
Interceptors should not be too hard to implement, not sure when I can get around to doing it myself but happy to review a PR if you want to take...
I did a bit more digging and actually it's more complicated than I originally thought because the upstream API is quite weird and seems like they hacked it on as...