Bruce Adams
Bruce Adams
The tests run fine on my local laptop on the same RBX version that is failing on Travis.
Specific areas of interest: 1. self.to_a for non-array Enumerables 2. creating and throwing away output array in #peach 3. using DummyOutput as in https://github.com/shepmaster/pmap/commit/637d7c61423e44bda130e37eb6f051e8a66db692#commitcomment-2330860
First, I want to say again how much I enjoyed your presentation at LambdaJam. One of the challenges you faced at LambdaJam was a noisy WiFi environment, which (if I...
This is a possible fix for issue #6586. I am not at all confident that this is an appropriate change for Requests. All of the unit tests pass locally for...
There are two tests here. One demonstrating existing, correct behavior for `data=bytes`, and another, failing, test for the case where `data=string` and the string contains multi-byte UTF-8.
A call like this: ```python response = requests.post("https://example.com", data="👍👎") ``` auto sets the `Content-Length` header in the request to `2` when it should be `8`. I hit this issue was...
> The project team _is obligated to_ maintain confidentiality ... This sounds oddly distant, almost third person. When I apply the Contributor Covenant to a project that I help maintain,...
Some internal projects I work on, the big concern is licenses on dependencies _that we use at runtime_. We are more flexible about licenses for development dependencies. I would love...