Juan Cruz Viotti
Juan Cruz Viotti
@Serjeel-Ranjan-911 Sounds interesting and simple enough. Perhaps you would be interested in sending a PR yourself, or at least an initial draft?
@Serjeel-Ranjan-911 I agree, but sadly you can't do anything more with JSON with the parsers available in Node.js. Most JSON parsers require the entire document to be parsed before any...
Interesting. How much RAM do you have in your system? Do you have the code somewhere I can try from my machine?
Hm, this is very weird. Can you create a small application (or link me to the one you have) so I can test it myself?
Hi @kknopper , I've gave this a try here (macOS Sierra 10.12.1) and the module loads just fine from `src/js/modules/Application.js`, so I have no idea about what could be going...
Hi @Tobias-Keller , Thanks for the heads up. I haven't been involved in the Electron.js community lately, but I'll do some research. In the mean-time, what are those better methods...
So the only place that we rely on this is in order to get the `userData` path: ```is const electron = require('electron'); const app = electron.app || electron.remote.app; ... exports.getDefaultDataPath...
OK, so I don't think its going to be easy to completely get rid of `remote` while letting the module be easily setup. At least for the time being, I'll...
Actually, are you sure this deprecation has been decided? It seems like it is still under discussion based on https://github.com/electron/electron/issues/21408, and it seems to work fine for me. What exact...
Right, my bad. I was still accidentally running on v9. I'll update the README