Peter Bowen

Results 5 issues of Peter Bowen

I'm filing this for discussion. This patch is a massive performance improvement over 3.0.0. Given a data set that takes 100 seconds on 3.0.0, it will only take 23 seconds...

OCSP responses can have extensions. While rarely used in the past, Certificate Transparency (http://tools.ietf.org/html/rfc6962) is using them to deliver information. Currently the only way to add extensions form ruby is...

The SendRawMail API has two optional arguments that allow explicitly setting the Sender and Recipients. This should be supported in the gem.

I'm using the latest zbar from mercurial on sf.net. I can process a jpeg file using 'zbarimg bigstock-Barcode-18830351.jpg', but the following does not work: ``` ruby require 'zbar' jpeg =...

### What is the issue with the URL Standard? In the examples table in section 4, `urn:isbn:9780307476463` is listed as a **valid URL string**. At first glance, it seems to...