Ryan Grove

Results 35 comments of Ryan Grove

I had been intending to address this in the refactor branch, but it's not yet complete. What you see there is what I've got so far. The amount of time...

Good catch. Would you mind sending a pull request with your patch?

What version of Ruby are you using? This looks like a bug in Ruby's Net::IMAP stdlib (or possibly a bug in the iCloud IMAP server that Net::IMAP isn't handling gracefully)....

In my testing, Gmail accepts blank subject lines just fine. In any case, this message does appear to have a subject line (notice the 'Re:'). Gmail returns the "Unable to...

Possibly related: https://bugzilla.mozilla.org/show_bug.cgi?id=465670

Thanks! Care to turn this into a pull request?

Totally! I don't use cssmin myself anymore so I haven't touched it in a while, but pull requests are more than welcome.

I use YUI Compressor these days. The compression routines in cssmin.rb are based on an early compressor called cssmin.js that was written by Isaac Schlueter, and which also later became...

@dwo MiniTest is probably what I'd go with these days. Thanks for asking!

`Client#indexExists()` is documented here: https://github.com/rgrove/node-elastical/blob/master/lib/client.js#L339-352 It calls the static `Index.exists()` method, which is documented here: https://github.com/rgrove/node-elastical/blob/master/lib/index.js#L256-279 The unit tests for this method pass, so it seems to be working. Can...