Johns Gresham

Results 50 comments of Johns Gresham

+1 If you have any links or commands on hand to help us add this more quickly

> I just went through this. Change `forge.config.ts` to `forge.config.cts`. In `vite.main.config.ts`, change `formats` from `['cjs']` to `['es']`. You will also need to polyfill or get rid of `__dirname` and...

I have been working on the underlying repos to fix this: https://github.com/electron-userland/electron-builder-binaries/issues/49#issuecomment-2008211462 https://github.com/electron-userland/electron-builder/issues/5154

v6+ will have linux, mac, and windows arm builds. bring on the arm chips :)

> Further UX feedback: would be really nice to have a selection box on what version(s) I can install, so I can decide how and when to upgrade (or downgrade)...

@fubuloubu you can manually set the version now. this is the "container version" https://github.com/NiceNode/nice-node/releases/tag/v4.10.0-alpha. Fyi: I'm going to hide both of our comments, as they are not related to the...

@fubuloubu I just updated NiceNode AppImage on Fedora from 4.X to 5.X? I had an "app not responding" popup (not sure if this was due to another app or my...

[CrashpadDmpMeta.zip](https://github.com/electron/electron/files/13479048/CrashpadDmpMeta.zip) Having a similar issue when I upgrade electron from 25 to 26 or 27 for my app. I only receive `SIGTRAP` on Ubuntu. No problems on Mac or Win....

I have the same issue! If `powerMonitor.on('',...` is called before `app.whenReady()` my app crashes with only `Electron exited with signal SIGTRAP.` as the error message. If I call `powerMonitor.on('',...` after...