Kevin Sawicki

Results 84 comments of Kevin Sawicki

> I think this is probably best done through a native node module like the one above rather than being built into the core Electron framework. Agreed, going to close...

Can anyone provide an example `.asar` file that fails to extract?

The `require` function in Electron should handle paths from both `app.asar` and `app.asar.unpacked` so node modules shouldn't run into issues when requiring files that are packed or unpacked. It is...

@surajpindoria what error are you seeing? It looks like your app is bundling/spawning `node.exe`, https://github.com/surajpindoria/electron-phonegap/blob/7303113727367f1fa55669202c8864d8993384fa/renderer.js#L8 Node doesn't support `.asar` files so you won't be able to require files from an...

> So to use asar-require, do we need to add this on the Electron side or on the module side, in our case phonegap? On the module side

You should only need to add `require('asar-require');` once before other files are required and then all others should just work without modifications.

Are you still seeing this issue? https://chromium.googlesource.com/breakpad/breakpad/src seems to clone fine for me.

Yeah, the filter box matches on channel name and data so if you only want to see events for one channel, you can put that in the filter box. More...

> No description provided. Can you please provide a description when you open new issues? Thanks.

> It would be useful to have a changelog and releases with descriptions. You are able to add/edit issue descriptions after opening, it is helpful to edit the description instead...