-
I've been starting developing a fork of this library, and working with the single monolithic file is frustrating for expansion. Would there be interest in refactoring the library into a more modular o…
-
I made a quick mokey patch to work with color delta.
```
// delta and add functions (still only by hcl space)
chroma.delta = function (a, b) {
a_ = a.hcl();
b_ = b.hcl();
return [a_[0…
-
I would suggest to use stronger constrasts between colors for icons, particularly between orange and green. This will help colorblind people like me (8% of men pop) to better use the website ;) Tip : …
pzwsk updated
11 years ago
-
Hey Guys,
I just created a [small gem](https://github.com/gingerlime/carrierwave-daltonize) that relies on carrierwave-vips and implements the [daltonize](http://www.daltonize.org/) algorithm for pro…
-
Version: 1.5-current
CUPS.org User: ozancaglayan
When the Accept-Language HTTP header is set to Turkish, CUPS web interface is unable to substitute the templates (device_uri and title for example) wh…