Larry Davis
Larry Davis
## Description This PR addresses the issue outlined in [CCEX-8559](https://jira.corp.adobe.com/browse/CCEX-8550) where clicking on an overlay trigger that has a hover element results in overlays shown by click not closing. ##...
Most people aren't great at base16. As a result, many of us use `rgb(100, 100, 100)` instead of `#646464` when authoring our CSS. It would be great if this plugin's...
DOMly is a fun new template engine that [smokes all of the template engines marked as "very fastest" on this site by up to 7x](http://jsperf.com/domly-vs-the-world). [Read about it](http://blog.lazd.net/domly-the-fast-template-system-that-clones.html) and [check...
We currently have something like this in `tasks/assets/README.tmpl.md`: ``` ## {%= _.capitalize(name) %} task ``` This causes output that doesn't necessarily match what's expected. In my use case for [`grunt-domly`](https://github.com/lazd/grunt-domly),...
This PR fixes instances where attribute values were quoted with single quotes. Netscape 1.12 doesn't like this, and this was resulting in all links to be broken. I imagine this...
I'm trying to include dependencies (other than jQuery), such as the actual code I want to test. So far, I tried: 1. Using the `html` option to dump in ``...
See https://github.com/lazd/gulp-handlebars/issues/56 for an example.
The Accept-Language header should be used to determine the language to restrict search results to. See [Accept-Language RFC](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4) and [Google's language collection values](https://developers.google.com/custom-search/docs/xml_results?hl=en&csw=1#languageCollections). DuckDuckGo seems to support the `kl` and...
Right now, tests have to be updated whenever the Handlebars compiler changes its output, compatible version, etc.