Results 114 comments of Eric Hodel

@MatzFan this is always due to network issues so you'll need to perform workarounds outside this library

Looks good, but can you update the tests too? It looks like you'll need to adjust the `nc` and `response` values. Copying what's in the travis output should get things...

This is a ruby bug: ``` require 'net/http' uri = URI 'https://david.shanske.com' Net::HTTP.start uri.hostname, uri.port, use_ssl: true do |http| req = Net::HTTP::Get.new uri response = http.request req p response.code sleep...

I have created [Bug #10533](https://bugs.ruby-lang.org/issues/10533) and will work on a fix there.

The bug is due to session resumption. I'll see what I can do to patch it via net-http-persistent until a release with the patch to Net::HTTP is available.

I think an exception that is understandable is better than NoMethodError for undiagnosable reasons

When I was discussing this with the growl developers on IRC they said that URL icons had been disabled in the source for growl 1.3. You'll need to wait until...

Adding code to ruby-growl to fetch images from URLs and send the raw image data would be a nice workaround. I'll see what I can do.

Did you find the latest tag doesn't match the .gem file?

The problem comes from mruby-test, nothing can be done about it in mruby-mtest. mruby-test runs each gem's tests in a separate mruby VM. The gem's tests are [only initialized with...