Results 965 comments of Thomas Grainger

also note that redis-py v4 will enforce explicit resource management: https://github.com/andymccurdy/redis-py/blob/master/CHANGES#L16-L17

http+x is deprecated in requests and will be dropped in the future. You need to register your own domain and use that: https://github.com/msabramo/requests-unixsocket/pull/25/files

NO! Don't use TLDs that you don't own! On 22 Feb 2017 15:04, "Marc Abramowitz" wrote: > Thanks folks, I didn't realize that .local was specifically for mDNS. I >...

You need to escape the slashes http+unix://%2Fvar%2Frun%2Fdocker. sock/version On 22 Feb 2017 15:16, "Marc Abramowitz" wrote: > http+unix:///var/run/docker.sock/version seems to be gathering some > momentum. I had been excited about...

@msabramo the three slashes is a bug in how urlparse parsed URLs: [https://////google.com](https://////google.com) is still valid

https://tools.ietf.org/html/rfc1738#section-3.1 is less important than how it's implemented in browsers: > The WHATWG spec says it has to be one slash and that a parser must accept an indefinite amount...

something.mostly.valid is very easy to choose. It should be some domain name that you nominally own. On 23 Feb 2017 09:13, "David Preece" wrote: > Oh, I wasn't looking to...

Requests would be within its rights to reject tld.invalid Just register a domain name and use that. On 23 Feb 2017 14:58, "Pete" wrote: > I am glad to see...

I mean you could monkey patch requests to accept it regardless. But the one sure fire way to get this to work, is use a domain name that you actually...

This project could register a domain name unixsocket. or use unixsocket.msabramo.github.io. Basically the same rules as Maven Central on Java package names On 23 Feb 2017 21:39, "Cory Benfield" wrote:...