Results 9 issues of Howard

I think this is the relevant part of the terminal output: ``` /Users/howardyeend/Downloads/AndroidTool.app/Contents/Resources/getResolutionForSerial.sh doing this:------- /Users/howardyeend/Downloads/AndroidTool.app/Contents/Resources/adb -s P772N10_VIRGIN shell wm size ----------- /system/bin/sh: wm: not found doing this:------- /Users/howardyeend/Downloads/AndroidTool.app/Contents/Resources/adb -s...

Currently the bot is just picking out the zeroth element: ``url = post['image_versions2']['candidates'][0]['url']`` But it would be more efficient if we sorted by size and picked the smallest image to...

For query "Bee", with data: ``` var suggestions = [{ "value": "beetle" },{ "value": "beezlebub" },{ "value": "bee" },{ "value": "beet" }] ``` Used to suggest: ``` beetle beezlebub bee...

the 'this' in this.$months refers to the hovered object, not to the instance of weekpicker. The result is that undefined is passed, and ANY .highlighted element on the page has...

Now when you upload a file, you get a link saying "Create a new page with this image in it" which auto-populates the markdown for the new page with the...

example: ``` module.exports.myTest = function (test) { test.expect(1); test.equal(undefined, 2, "some message") test.done(); } /* $ nodeunit test.js test.js ✖ myTest Assertion Message: some message AssertionError: some message // should...

fix broken link