Seth Michael Larson

Results 529 comments of Seth Michael Larson

Thanks for the review @webknjaz, I've restructured the test to use parametrization :)

@webknjaz Looks like automerge gets disabled if I push, you might have to enable again.

This would be awesome to see, setup-python would be a great consumer of such information since the number of users this action sees is likely astronomical. I've recently [done an...

Maybe the tabbed approach can be used for the asynclib-specific examples and the global Sync / Async can apply to the API ref

Maybe saving two separate files, rewriting the file paths `hip` -> `ahip` in the sync coverage file and then running `coverage combine`? Extra steps but I think it should work.

IMO it's preferable to not have a "PreparedRequest" API, and instead supporting all requests via `hip.get()`, `hip.post()`, etc. I'm also a fan of only exposing a string interface for URLs...

We should drop 2.7 and 3.5 IMO. 3.5 usage is dwindling even now.

Here's a thought from me: can we drop Python

Would require coordination with Requests / Pip / Boto before we could ship it, especially if we remove `inject_pyopenssl_X()` or turn it into a no-op. Cuz in a way we're...

Gonna add TLSv1.3 / QUIC session resumption tickets to the list of items that can be stored.