Lea Verou
Lea Verou
Having an extra dependency wouldn’t make sense for people with one or two filters. Instead, it would be great if there could be an online generator where people could paste...
I know that [outputting source files can be disabled through `templates.default.outputSourceFiles`](https://github.com/jsdoc/jsdoc.github.io/issues/107) but that removes the source links too. It would be nice to decouple the two and provide a way...
Just realized we have no tests for $.Class(). Any takers? (whoever's interested, also see #177 )
`ret` in Chrome, `Object` in Firefox. Reduced testcase: ``` js var Foo = $.Class({}); var foo = new Foo(); // ret ``` I've done some research on how to fix...
Instead, it should show the function passed to overload.
See here: #156 I added docs too. Anyone willing to write tests?
Please mention: - Line of code where it should be added - Proposed name - Use cases
It would be super useful for making local web apps that can also write files.
I [recently observed a case where an API became *less* usable because of this](https://github.com/WICG/sanitizer-api/pull/80/files#r616408446), so I was curious what's the rationale?
There are several operations that do not operate on a single color but on two colors. These include: - `equals()` - Interpolation: `mix()`, `range()`, `steps()` - All the DeltaE methods...