Phil Dokas
Phil Dokas
Browsers frustratingly deliver all sorts of different results for color properties in CSS. Webkit returns `rgb/a()` values no matter what the CSS specifies. `red`, `#f00`, they all come back as...
It would be good to support the CSS properties that can contain comma-separated values. A problem in doing so is that there's no defined name for these sub-values in the...
Factory-girl does not support being passed an object spec where a member has the value `undefined`. This happens: ```bash $ npm test -- test/utils/asyncPopulateSpec.js > [email protected] test /Users/pdokas/dev/factory-girl > NODE_ENV=test...