▲PETE

Results 8 comments of ▲PETE

@satart that worked great, to further explain for others that find this: install electron-packager CLI : `npm install electron-packager -g` create a new index.js in the root of your project...

cool! excited to check it out. Maybe give the choice in a config file, or is there a way to write it as a plugin type architecture? ie I'm writing...

shouldn't the right place to put this be line 141: ? ``` case 'phantomExited': request(socket,[0,'exitAck']); server.close(); io.set('client store expiration', 0); cmds[cmdId].cb(); phantom.kill('SIGTERM'); delete cmds[cmdId]; break; ```

how about a custom name field for the options to display when using an object for option drop down values. ie: right now the object keys are used, but it...

+1 this seems like basic functionality in any git tool that is currently missing, I do not want to create a new branch and then have to delete it later,...

forgive my lack of context, would it make sense at all to move it under `$env/` ? `$env/runtime/mode` some other synonym words that come to mind: `/basis` `/detail` `/use`

are there any known work-arounds / proposals? I have a project that uses float arrays, the arrays are unknown lengths so the manual unwrap doesn't work well I use: ```...