Heejin Lee

Results 63 comments of Heejin Lee

@ilyavolodin I fully understand your opinion. I think it's needed feature. Currently, `Electron` doesn't provide an API for running other apps as admin. So, Another native module should be implemented...

@ewnd9 the reason to split them is that `electron-packager` needs two package.json files to package app. one is for developing environment, another is for application environment. so, it's essential for...

@Loilo I agree with you. In the first time, I just couldn't think about that cases. and do you have any suggestion for another tags except (<img> <svg>)?

@Loilo wow, Good article, I think that it's reasonable to implement `` and `` at first. and Some other kind of window for displaying html like Spotlight would be needed

`require('electron")` might not work, because plugins are running on separated node process (for responsibility). I agree that Clipboard API will be useful.

Finally, i made it using electron api 13670698270a6640f9d37e6b72b36e56d5ccb13b

@notatestuser Yes technically it's possible, but I don't know to unload nodejs modules without closing process, so all the plugins should be reloaded at once and it takes time. Reloading...

Yes, this is essential. I think it can be achieved by several ways such as: - Merge and compress all JavaScript files (because v8 keeps sources as string in the...

@ewnd9 Maybe 20~30mb for default 2 main processes. 10mb per window

I don't think so for now. Documentations are very unstable and very small for now.