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
Pass FrameLayout as part of android Messsage IPC
I have implemented a Messenger as IPC mechanism between two android apps. Now I want to pass a FrameLayout object as part of android.os.Message
Message msg = new Message();
Bundle bundle = new Bundle...
user3819404
Votes: 0
Answers: 0
pycord RuntimeError while trying to start ipc Discord Bot
I'm following this tutorial to create a discord bot with a dashboard
but when I run my bot.py file I'm getting an error. What am I doing wrong?
bot.py:
import discord
from discord.ext import commands,...

Luca
Votes: 0
Answers: 3
Can't call API to fetch cpu data from preload.js | Electron, cpu-utils
I've tried to make an app where i fetch CPU usage through OS-utils and update it on the screen, but I don't get anything from the API through the preload.js to the index.html. The app runs free of err...

WootKennziz
Votes: 0
Answers: 1