Kevin Jose Martin
Kevin Jose Martin
Not necessarily. The start script could be outside of the ASAR archive, providing it the decryption key before reading from the ASAR. (I believe this is how RubyEncoder and others...
You wouldn't put it in the main script... This could be done one of three ways: 1. The main script will show a dialog (let's say on first-use of the...
Can I ask: What's discouraging about this feature to you?
Well, I did give a way that it would work: > add the functionality of encryption/decryption and allow the application to handle the rest. Just like a ZIP file... You...
The idea is to not use any middleware and have it be integrated into the tools we currently use. Plus, that method would require a hack on the `require` function...
Where did you read this?
OS X has three types of frameless windows: `frame: false`, `'title-bar-style': 'hidden'`, and `'title-bar-style': 'hidden-inset'`. All show the window without a border, shadow, frames, and title bar. While the first...
Or change: ``` sass > .btn:first-child { border-top-right-radius: 0; border-bottom-right-radius: 0; } > .btn:last-child { border-top-left-radius: 0; border-bottom-left-radius: 0; } > .btn:not(:first-child):not(:last-child) { border-radius: 0; } ``` to: ``` sass...
Ill make a PR now
I also am not able to sign (on Ubuntu 12.04)