Nate Meyer
Nate Meyer
Hi @theArina, thanks for scaffolding this all out. This is quite a bit more involved than I was envisioning, and it adds a whole new step to using the lib...
Currently building a variation of this into the lib right now, but one thing I noticed: doesn't this require that electron-settings is initialized in the main process before it can...
Hi @stavlocker, I'm afraid this capability does not currently exist and there are no current plans to implement it in the near future. So that I can get a sense...
I can certainly understand wanting to split data into their own files, but with electron-settings you could just scope settings within their own key or namespace, like so: ```js settings.set('config',...
This was broken in a release a few months back. At the moment I'm running an older version until it's resolved. See #51 -- For some reason it was marked...
Hey @jedmao, thanks for the suggestion! I remember seeing this when I was building out this module and using redux thunk as a reference. However, for the first release I...
PRs are also welcome!
I've experimented with this and I didn't find a solution I was totally happy with. It would be very helpful to see other approaches and maybe we can work together...
You might also consider the solution described in #10
Wouldn't be a bad idea, I guess I haven't used Redux in a while so thunks returning promises is new to me. I'll be honest though this isn't high on...