Dmitry Sheiko

Results 36 comments of Dmitry Sheiko

In addition to the Proposal (#121) pull-request attaching here `properties` method in action https://github.com/dsheiko/backbone-abstract/tree/master/demo-es6/src/Js As @akre54 mentioned Justin has already proposed a similar solution (`preInitialize` method). While already using it...

I'm working on 2.3.0 branch, it's fully refactored. This feature will be implemented

Hmm, it is supposed to be available in the current branch as well... You just need to call hfFormShim.init() after the form is generated (without passing boundingBox it will init...

The errors means that the path defined in the bash script cannot be reached. It might happen with soft links. Guys were discussing the issue here https://github.com/dsheiko/nw-autoupdater/issues/6 I didn't yet...

Does it work for you with the example application? Here what I do: ``` cd example/server npm i npm start cd ../client-strategy-script npm i npm package cd /tmp/Sandbox unzip ~/Sites/nw-autoupdater/example/server/releases/nw-autoupdater-demo-r1.0.0-osx-x64.zip...

@Arti3DPlayer `releases ENOENT`... Apparently fs.watch cannot locate `releases` directory. Check that you have it as a subfolder for `/example/server` I just added the directory `releases` to the repo master branch

Sure it is until you package. But empty dire shall allow you to start the server ``` cd example/server npm i npm start ``` because now the server has a...

In case your app is not signed MacOS will block it from opening (example app is unsigned!). But if you open the app from Finder and confirm you trust to...

You do not need admin permissions for swap. Swap takes files from TMP (given you specified a directory accessible to the user) and replaces corresponding ones in the app. But...

But I use spawn to create a detached process. If you try to replace your app on a child of the same process, it will report files are locked