Cory Benfield

Results 1307 comments of Cory Benfield

@dentarg That's not really a counter example: it's an example of why this system works. The guidance from the IETF is that for all text/\* encodings, one of the following...

So here we hit a problem, which is that we can't really document the way Requests interacts with every possible tool you may want to use it with: there are...

Yes, we intend to stabilise this API in the fairly near future.

For what it's worth, this is something that I _think_ a third-party contributor should be able to do. The simplest version just transforms everything to `SystemPackage.FilePath`. A more complex version...

Just a few CI jobs to fix up. Missing license headers, and a need to run the cmake script in the `scripts` directory.

We expect GNU find. You can get it by running `brew install findutils`

Extract the values from GH actions and use those as the baseline, sadly.

Yeah, we should add the appropriate availability guards to the snippet.

I think this wraps into a broader question around custom allocator patterns. There's been some interest in us actually making `ByteBufferAllocator` into a more meaningful type, and some of this...