Daniel Ravina

Results 4 issues of 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: ![rgwaxtm](https://cloud.githubusercontent.com/assets/3150871/25557007/4c761730-2cbd-11e7-9969-149a74f87388.png) OS X 10.10.5 Unfortunately,...

bug

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');...

in-review

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 =...