Nathan Friedly
Nathan Friedly
IE 10 was choking on this for me; I switched it to use `log()` method defined at the start of the file.
I'd be interested in using this over casper.js but I need a few things to work in side of iframes? Is that possible / planned?
Like https://gist.github.com/2624238 / http://nfriedly.com/stuff/ddgg-da/ but better...
(Thought I sent this the other day but it looks like I missed it)
Hi, I'm trying to use this on a raspberry pi, but it won't install because of the lame dependency (https://github.com/TooTallNate/node-lame/issues/58). However, I don't actually need mp3 encoding, just wav will...
I'm using this config: ``` s3: { options: { key: process.env.AWS_KEY, secret: process.env.AWS_SECRET, bucket: 'static.pagerank.nfriedly.com', access: 'public-read', maxOperations: 4, gzip: true, headers: { 'Cache-Control': 'max-age=' + 60*60*24*365 // 1 year...
Short version: I'm using a `hbs!` plugin that's not in jam. I define the path in a `require.config()` call at the top of my main `init.js` file, but when I...
Whenever I include a file that depends on underscore.js, it gets an `undefined` value. When I run this command: ``` jam compile --no-minify --almond -o _test.js -i underscore ``` The...
First up, thank you for doing this. I appreciate the work you've done and it was ultimately useful. That said, I ran into a few problems, so I'm trying to...
Sorry it took me a few days to get to this. I unpublished 3.0.0 from npm since no one can use it as-is, I bumped the version to 2.1.0, and...