Patrick Robertson
Patrick Robertson
**EDIT** My redis-server seems to be having all kinds of problems this morning, so that appears to be the main root cause of the problem. But I think the bug...
Fixes #13810 I think this should go in 5.1, so use 5.1 branch for this PR. | Q | A | -------------------------------------- | --- | Bug fix? (use the a.b...
**Describe the bug** If I enable the 'new' checkout experience, I cannot select Alipay as the payment method. I have confirmed that Alipay is enabled on my acocunt (see screenshots...
I may be pushing my luck with this change, but this abstracts the very useful `_extract_metadata` method out from inside the `_extract_from_url` method. This is similar to what was merged...
`urllib3` allows the kwargs `decode_content=None` and `cache_content=False`. See: https://urllib3.readthedocs.io/en/stable/reference/urllib3.response.html#urllib3.response.BaseHTTPResponse.read If trying to patch a library that uses something like: `myresponse.read(decode_content=True)` then patching failes with: Editing VCRHTTPResponse.read as follows fixes the...