Jeff Robbins
Jeff Robbins
I'm still trying to get my head around the new `LoadBrowserProcessSpecificV8Snapshot` Electron functionality and its relationship to Bytenode... and in particular, its relationship to V8 getting deprecated in Electron renderers....
I see some discussion [here](https://github.com/bbc/VideoContext/issues/84) about either providing an index.d.ts (Typescript typings) file along with VideoContext or, just converting the entire library to Typescript – which IMO would be more...
By default, Webpack puts its files in a folder called `.webpack`. Then Electron Forge bundles these files into your app package. However, without the "dot" option, minimatch ignores any files...
I'm wondering if there's a way to use this package without the `@electron/remote` module. I like that you've removed it as a dependency, however, how would you use custom-titlebar without...
I'm using Mocha (`electron-mocha` actually) to unit test a lot of the functionality in my Electron app. I'm also using `electron-log`'s default instance to sprinkle copious (often VERY silly) logging...
### Pre-flight checklist - [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses. - [X]...
In the past, `node-elgato-stream-deck` could get access to Stream Deck devices as long as Elgato's Stream Deck software was not running. We would just instruct users to "Quit the Stream...