Matt Robenolt

Results 29 issues of Matt Robenolt

On a host that doesn't rely on SNI, it seems to behave correctly: ``` python >>> s.mount('https://', HostHeaderSSLAdapter()) >>> s.get('https://208.101.49.126', headers={'Host': 'www.getsentry.com'}) ``` But on a host that requires SNI,...

Would you be open to supporting alternative base64 implementations? The one we've been using is https://github.com/segmentio/asm/tree/main/base64 It's significantly faster than the stdlib encoding, and takes shortcuts that I don't see...

This adds the ability to directly do `mysql.Open(..)` instead of relying on the generic `sql.Open("mysql", ...)` API. The benefit of using this path is being able to pass a `mysql.Config{}`...

I don't actually have any clue what's going on here, but I've tracked the misbehavior down to a specific commit, with a failing test fails on this commit, but succeeds...

f:chain

Within gRPC, one big feature is service discovery via xDS and other client side load balancing features. This is actually one of the biggest selling points imo for running gRPC...

enhancement

Fixes #221, #169, #150 edit @kamilogorek: and https://github.com/getsentry/raven-go/issues/117

We should add more visibility by default to errors in transport that are dropped. It's non-intuitive for things to fail silently and a user expects to see some messaging. This...

Also fixes #220. Any falsey value for `time_format` passed to the printer disables it entirely. It could have been done before, but it ends up prefixing with an extra space.