Ryan Manuel

Results 63 comments of Ryan Manuel

Note for reviewers: Currently, this just works on Macs, but provides an idea of what I'm trying to accomplish. It does not work on Linux because the renderer process is...

@codebytere, we are using a custom snapshot in our main process to preload node dependencies (similar to what atom does with [electron-link](https://github.com/atom/electron-link)). However, we have `nodeIntegration` disabled in our renderer...

@MarshallOfSound, the `fuse` was exactly what I was looking for. I originally had explored going down the route of the custom v8 snapshot path being for the browser process, but...

@MarshallOfSound I went ahead and refactored to use the delegate instead of a command line parameter to communicate the custom v8 snapshot path. It seemed to simplify things fairly well....

Also, I created the corresponding PR to the [fuses repo](https://github.com/electron/fuses/pull/8)

Hi @MarshallOfSound and @codebytere, is there any update on what needs to happen to get this PR moving? Is there any additional information you need from me? Does my current...

@MarshallOfSound I made the changes you requested. Let me know if there's anything else I need to do. Thanks!

(I also updated the corresponding PR here: https://github.com/electron/fuses/pull/8/files)

Also, I was curious what the policy was for back patching something like this. Would it be possible to be back patched to v19? Or only v20?

@MarshallOfSound and @ckerr does the `no-backport` mean that this change will make it to 21.0 or 22.0? We'd really like to consume this as soon as we can and I...