talarari
talarari
Cool! Check out https://github.com/evolvelabs/electron-updater Its in maintenance mode, but it might be a good fit
just realized that using npm as a backend is a little redundant since you already have github releases as a backend. https://github.com/jenslind/electron-gh-releases this project does auto update from gh releases....
Maybe have react as a peer dependency for plugins, that way plugins will use whatever version hain uses. React api is also pretty stable by now. If you provide a...
On the other hand i see plugins are already rendered in an ifame , so maybe performance will be the same if i load react on my own, ill give...
interested in this as well
made this PR: https://github.com/droyad/Assent/pull/14 Didn't know how to test the reporter (do you use a sample app or something?)