Chetan Padia
Chetan Padia
We use Fireward in [COGS](https://cogs.show/) an intuitive hardware/software platform for real-world interactive experiences, including escape rooms and immersive theatre.
I also work on [Super Magic Link](supermagiclink.com) which uses Fireward. It allows Twitch streamers to sync video games, TV shows, movies, and music to their viewers.
You could, but I don't believe your app will be able to call out to the shell to invoke `input` because it does not have appropriate permissions. (`INJECT_EVENTS` is a...
You'll need to run the python file on your computer (not on a website) and make sure they're connected to the same network.
I think the issue boils down to compatiblity with https://github.com/vercel/webpack-asset-relocator-loader It is looking for one of the following: - `require('bindings')(...)` - `nbind.init(..)` - `node-pre-gyp` include patterns I haven't been able...
Not yet. We'll have to look when we absolutely must upgrade which is not yet. Chase away. Please update us if you make any progress.
I've tried adding `serialport` and `@serialport/bindings-cpp` to webpack's `externals` but I still get this message in the renderer after running `electron-forge make`: ``` Uncaught Error: Cannot find module 'serialport' ```
We're using the ASAR option to package a production app. On closer inspection it seems the ASAR has an empty `node_modules` folder. Is there anything I need to do to...
> @sh0shinsha Yes, I got it managed to work with [electron-react-boilerplate](https://github.com/electron-react-boilerplate/electron-react-boilerplate). Have you installed `serialport` like desribed [here in the docs?](https://electron-react-boilerplate.js.org/docs/native-modules/). This might be your issue. > > @chetbox Actually...
@sh0shinsha yes, that's the key for Electron React Boilerplate. 👍🏼 Thanks for helping me understand how that build system works. With Electron Forge I can get a packaged (non-ASAR) build...