Nick Weingartner

Results 27 comments of Nick Weingartner

Maybe inspiration can be taken from this -- https://github.com/yatt/jquery.base64

This has been around for a while -- should it be closed if not merged?

Agreed. This should be done in docco too -- this repo has a version without pygments, I believe - https://github.com/eliias/grunt-docco

can this be merged please? @tlo do you have a fork still active?

Wonderful -- have you messed around at all with closest.json? (https://dev.twitter.com/docs/api/1.1/get/trends/closest) I'm trying to implement it but am getting 401 errors and no dice.

@tlo For reference, this is the function I'm trying to implement -- https://github.com/streetlight/ntwitter/blob/master/lib/twitter.js#L684

Actually, fixed it. You can get the repo if your curious. Thanks!

if they have python, you can always navigate to either the src or the compiled build directory and run the following line: ``` python -m SimpleHTTPServer ``` and it will...