Echo JS 0.11.0

<~>

markwylde comments

markwylde 990 days ago. link 2 points
I have my default search engine set to DuckDuckGo, but sometimes when I'm in a rush, I'll just try and go straight to Google, using the hash bang.
I frequently get CAPTCHA's on Google, and as I refuse to solve them, it means I have to retype in my search query.

This extension puts links to some better search engines at the top of the Google CAPTCHA page.
markwylde 1161 days ago. link 1 point
Recently I've been building a UI builder from a schema (a json object).

I try to aim for 100% code coverage, but how can you do this when you "code" is metadata.

Well, I created objcov for just that. In the end, it can make sure you have touched every part of an object.

So if you have full test coverage, you should touch each item in your config once. This would result in `percentTouched` being 1 (or 100%).