Cory Benfield

Results 101 issues of Cory Benfield

It's been raised repeatedly, mostly by people using Linux systems, that it's annoying that requests doesn't use the system trust store and instead uses the one that certifi ships. This...

Please Review
Question/Not a bug
Needs More Information

Discovered while hacking on Persona. ``` File "/Users/Cory/lukasa.co.uk/minimalog/venv/lib/python2.7/sitepackages/collectr/models.py", line 175, in upload_files key = self.find_or_create_key(path) TypeError: find_or_create_key() takes exactly 3 arguments (2 given) ```

bug

This follows on from #2. We should check modification dates of files pre-minification if we're going to do this.

enhancement

Currently we don't parse TCP options. We should.

New Feature
Contributor Friendly

The IPv6 parsing code added in 497a64b45534806b9c6b903b18782df8d2710cf4 intentionally excluded parsing of IPv6 extension headers. I can't leave that out, but I also don't desperately need it for the first brush...

New Feature
Contributor Friendly

### Describe the bug In Dispatch, the main queue is not started automatically. Instead, it’s the responsibility of the application being launched to ensure that the main queue is started....

bug

Deferred: we can't do this until cryptography supports OpenSSL 1.1.1. It would be very helpful for applications like Twisted to have access to TLS 1.3 Early Data (see [this Twisted...

waiting-for-bindings

In Swift 5.7 the `Clock` protocol was added, including a concrete `ContinuousClock` type. This type corresponds nicely to the underlying clock type that SwiftNIO uses. As a result, `ContinuousClock.Instant` is...

With Swift 5.7's improved generic and protocol types (specifically with implicit existential unwrapping, primary associated types, and more) we can now begin to unwind some of the awkward decisions that...

enhancement
⚠️ needs-major-version-bump
growing-up