Eldar Dzhafarov

Results 19 comments of Eldar Dzhafarov

https://twitter.com/dan_abramov/status/554411131176235009 https://github.com/jsstyles/react-jss thought I would prefer to have react-style instead.

@joymax this is pretty nice set of commands. regarding `compy install -r packages.txt` we already have packages with versions defined in package.json [compy:dependencies/development]. But we probably need to stabilize deep...

> when you install package (compy install jquery@) and it automatically add this package into package.json. actually that is how it works now. you can `compy install component/jquery` and you...

@adam-lynch that was original Idea to have such flexibility and update sources in a runtime without reload of app. But I ended up with what we have right now because...

Something like http://www.daemonology.net/bsdiff/ for Win, add em as we do for unzip. Same for unix. For mac it is easier since app for OSx is just a folder, we can...

@adam-lynch you might be right. At least node-webkit-updater works. The other project could start as an experiment and if it will prove the idea and will be stable enough one...

@solgarius can you create a PR? I am not sure what are you proposing. I will dig it though with your help it would be faster.

Oh, seems I got it. So would it work for you if updater.prototype.checkNewVersion https://github.com/edjafarov/node-webkit-updater/blob/master/app/updater.js#L38 and updater.prototype.download https://github.com/edjafarov/node-webkit-updater/blob/master/app/updater.js#L71 will have optional args that would allow to modify options for mikeal's request?

wow, nice hint! didn't know - definitely should go in readme. @adam-lynch you might like it - it should make running apps more stable.

> But we do have code in there that retries that deletion, right @edjafarov? it is for windows only, we might need to add retries for other OSes https://github.com/edjafarov/node-webkit-updater/blob/master/app/updater.js#L359