Scott Tadman
Scott Tadman
+1 MD5 is completely useless from a cryptographic perspective and has no business being in a library. It will just give people bad ideas and undoubtedly lead to pain, suffering,...
This would be nice especially if it was keyed to the Content-Type information provided as part of the message.
Aaaaaand it's gone?
This came about due to a very [bizarre feature of the IMAP specification](https://datatracker.ietf.org/doc/html/rfc9051#section-4.3) where a "synchronizing literal" is delimited this way. What's needed is for the sequence `{4}ABCDEF..` to be...
Is there a recommended way of dealing with length-limited fields when parsing? I might be doing it wrong, but I'd like to be able to do this at the parser...
It looks like `violite.h` was present in earlier versions of MySQL 5.1, but is entirely absent in newer ones. I think the `vio_blocking` method has been removed entirely in MySQL...
If there was just a tumbleweed button you could click if the documentation left you feeling hopeless and alone, even if it didn't do anything, that'd be a win in...
There's already [Pull 42](https://github.com/marcel/aws-s3/pull/42) which fixes this, not yet incorporated.
There's nothing wrong with having defaults tied to Ruby's global verbosity level, but right now it's really awkward to try and separate those two to override it. Most other logging...
I've forked it and patched it for Rails 3.1 (rc6) and it seems to work for me simply by relaxing the version requirements. There was one deprecation warning that I've...