Results 114 comments of Eric Hodel

I think the eventual goal is to move the issues over to the new repository but Jim's family needs to do something to get this taken care of.

[v0.43.0](https://github.com/qvacua/vimr/releases/tag/v0.43.0-20221115.195322) has neovim 0.8.1 [v0.44.0](https://github.com/qvacua/vimr/releases/tag/v0.44.0-20230103.174333) has neovim 0.8.2 This is complete.

Optional dependencies are a longstanding feature request with many complicated issues surrounding their implementation. I have not bothered to attempt it due to more pressing needs. I would be willing...

This sounds to me to be similar in scope to the optional dependencies. I normally declare a dependency in plugins to be sure the correct API and features are present...

My goal is to have Net::HTTP in ruby automatically reuse SSL sessions to speed up reconnection to SSL servers, so I don't want users or library implementers to depend on...

Im not sure if I will explain this correctly… Is the full name "12.23.12.123.office.spotify.net"? If "12.123.12.123" is considered one part of the name the dots should be escaped like "12.123.12.123"....

Sorry, this time with different escaping: `12\.123\.12\.123` and `eric\.hodel.members.mac.com`

You'll probably need to fix extconf.rb to look for the correct headers then. I don't have windows so I can't help :(

net-http-persistent opens a new HTTP socket per thread. Is there a good way for me to reproduce this? I think I will need both the ruby version and the OpenSSL...

The concern with the comment is that newer versions of Net::HTTP reconnect automatically. I should rewrite this using TCPSocket only