Results 56 comments of reZach

1. What kind of app are you making? [my budget](https://github.com/reZach/my-budget) 2. What is the scale of the app (small, medium, large)? Small-Medium 3. What is the size of your team?...

@amilajack great cool! I'll see if I can put in a PR in the coming days for ya.

@Sparkenstein / @aleksey-hoffman (Author of [secure-electron-template](https://github.com/reZach/secure-electron-template/) here). I've [written a blog post](https://www.debugandrelease.com/how-to-load-images-in-electron-applications/) describing how one can load images in development _and_ production environments (which is also secure) - in case...

@kewde Are you implying that there has been a push/announcement from the Electron team that protocol handlers are the best way moving forward, or is this just an assumption? I...

@lacymorrow Where are you seeing this being implemented? I still see that it is experimental: https://www.electronjs.org/docs/api/sandbox-option#status

@lacymorrow , @kewde , @b-zurg - I've commented on [this electron issue](https://github.com/electron/electron/issues/15760#issuecomment-629732526) and hopefully we can get an answer from the team on the status of this feature.

@lacymorrow @kewde @b-zurg it looks like it's officially supported, that's good. There's one barrier as of today to update this template to support sandbox mode and that's to change [`secure-electron-store`](https://github.com/reZach/secure-electron-store)...

@kewde Understood, I believe you made that point with regards to IPC earlier in this issue. What particular approach [in here](https://slack.engineering/interops-labyrinth-sharing-code-between-web-electron-apps-f9474d62eccc) are you recommending? It's not just that, but the...

> > > I referred to the article to explain that IPC does not perform well for a lot of data, therefore protocol handlers are a better alternative. > >...

@kewde What I was trying to tease out is that my intention is to keep this repository aligned with the methods the Electron team recommends, instead of rolling my own...