Will Paul

Results 6 issues of Will Paul

## [From the Roadmap](https://github.com/premailer/premailer/wiki/New-Premailer-2.0-Planning#proposed-changes) 1. Simplify the interface by only doing one thing, accepting an HTML string, a CSS string and inlining it. a. The options currently in 1.8.0 are...

It's common to have process names that are not URI safe (spaces, etc.), so this re-uses the convention of calling path_encode at the string interpolation level.

My use case was aggregating a bunch of API calls that came back as an array of Lefts and Rights, and I wanted to explicitly deal with both. Using `#is_a?...

Change tests to check keys in any order instead of relying on keySets implicit ordering. ## Motivation and Context Fixes #4990 ## Modifications Collect with HashMap instead of built in...

For example, given a cache like: ``` {Integer@2917} 1 -> {Cache@2918} "{ _dmarc.pa.gov. 86337 IN CNAME [pa.gov.hosted.dmarc-report.com.] } cl = 3 { pa.gov.hosted.dmarc-report.com. 237 IN TXT ["v=DMARC1; p=quarantine; sp=quarantine; rua=mailto:[email protected];...

bug

This is a WIP for #316 , I tried to come up with a test, but don't know the internals well enough atm to do so yet. I did manually...