Patrick Robertson

Results 25 issues of Patrick Robertson
trafficstars

**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...

bug
0. to triage
needs info

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...

T1
bug
pending-feedback
code-review-needed
needs-automated-tests
needs-rebase
roles
builder-grapesjs

**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...

priority: high
type: bug

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...

docs/meta/cleanup

`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...