Anderson Arboleya
Anderson Arboleya
Just an update, the `asar` archives are read-only, so everything that is currently written inside the app folder will have to be written elsewhere. It's a matter of refactoring every...
Ok, there are others problems regarding `spawn`ing the binaries of MongoDB and NodeJS, which will in this case, be inside the asar file. I've found a similar case [here](https://github.com/atom/electron/issues/2226) but...
Good to know @iamgmd , I'm gonna address this in next release. Perhaps these methods will be stripped out from the core anyway. Thanks :beers:
Hello @srtucker22! Thanks for the kind words. Not a noob question, but a very common requested feature. It's currently not supported but there's a [workaround](https://forums.meteor.com/t/can-this-be-done-the-current-state-of-the-write-once-run-anywhere-stack/8947/5?u=arboleya) to get this to work,...
Hi @ramezrafla, I see this as a first implementation, more simplistic and straight to the point. But I wonder what are the benefits of caching files locally, with an auto-update...
@ramezrafla I agree about a dumb client before anything else to speed things up. However I see no reason for a "custom DDP" for desktop. The only pending thing will...
@hems Consider a man-in-the-middle attack, someone could deliver a clone app with their code inside it to your Electron window, and easily gain full access to your file system, keyboard,...
Security is a valid concern, indeed. I'm also not the only one [concerned](https://github.com/atom/electron/issues/1753), but it looks like there are some things one can do to deal with this insecurity. Just...
Very well, I'll take a look into this as soon as I can. Thanks.
Well, can't see it yet. I currenty don't have emacs here. As you mentioned, this should have strong relations with the issue refs #47. Can you tell if the emacs...