Daniel Ravina
Daniel Ravina
I've had some users that were getting a corrupt image error when trying to open the `.dmg`. I asked someone to send me a screenshot:  OS X 10.10.5 Unfortunately,...
The project I'm working on has subdirectories for different OS so having the `auto_update.json` file always in the root breaks our conventions. Added an option `autoUpdaterPath` which lets users define...
Hi, I'm trying to add more parts to the search function with the following code but I don't see them in the results Code: ``` js var YouTube = require('youtube-node');...
My code is: ``` coffeescript @$powerrange = @$('.js-range') new Powerange(@$powerrange[0], { step: 10 }) ``` I console.log all the functions and its crashing on line 1185 ``` javascript ctor.prototype =...