python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Electron, RxJS —Observable IPC channels & context isolation
Here's a minimal reproducible example that shows that RxJS observables work fine with context isolation off:
main process:
app.whenReady().then(async () => {
const bwin = new BrowserWindow({
...
customcommander
Votes: 0
Answers: 2
electron-builder error: Cannot find module 'dmg-license'
I am looking for a simple way to build an electron app for macOS, from a linux machine.
Unfortunately, the electron-builder -m command doesn't work, here is the full output of the command:
electron-bu...

TOPKAT
Votes: 0
Answers: 1
How to electron app start with yarn berry?
After moving the code that was running well in the standalone repo to the monorepo, it is not working properly.
As shown in the screen below, the message compiled successfully appears and stopped the ...
CHAI
Votes: 0
Answers: 1
**screenWindow.setVisibleOnAllWorkspaces(true, {visibleOnFullScreen: true}); app is invisible in macOS dock
I'm using screenWindow.setVisibleOnAllWorkspaces(true, {visibleOnFullScreen: true}); for window visible on full screen. it's working fine. but app is invisible in macOS dock . If i remove {visibl...
06_KeyurChitroda
Votes: 0
Answers: 0