Steven Olsen
Steven Olsen
using Firefox latest `jQuery('select').zelect();`
``` C:\Users\Bob\Downloads>infoq_downloader.exe http://www.infoq.com/presentations/testng-groovy-spock Downloading HTML file Traceback (most recent call last): File "", line 35, in IndexError: list index out of range ```
Could you place a link to your blog post in the Github readme? http://claymccoy.blogspot.ca/2012/09/grails-with-angularjs-and-coffeescript.html
Thanks for the starter! I wanted to contribute back some small improvements. DO NOT MERGE, but pick anything you want out of it. (Some changes related to my own content...
Hi, like the client. Wondering if there is any way to send a JSON payload, and get back a `application/octet-stream`? I'm getting a response parse error: `wslite.rest.RESTContentParseException: A JSONObject text...
eg. http://finance.google.com and http://www.google.com
Obligatory link noted: https://www.youtube.com/watch?v=JZSoPZUoR58 Thanks!
https://github.com/bradtraversy/javascript_cardio/blob/master/session1/index_extra.js#L28 ``` function isPalindrome(str) { str = str.toLowerCase().trim() return str.split('').every((ch, i) => (ch === str[str.length - 1 - i])) } ``` ``` function isPalindrome(str) { str = str.toLowerCase().trim() const half...
This could be handy as a solo lib (not the cli). Is is possible to `module.exports` the function from the module? https://github.com/FGRibreau/gron/blob/master/bin/gron.js#L25