6 questions from the last 7 days
0
votes
0
answers
36
views
How to obtain the handle of the input box in Electron [closed]
When we use a barcode scanner or type things in manually, if the input method is set to Simplified Chinese, a Chinese suggestion box pops up. The first time you hit Enter, it actually selects a word ...
1
vote
0
answers
42
views
+500
IPC delay from main process to renderer with Claude Integration
I have written a simple Electron Project with Claude integration.
Idea here is to use Claude-code npm package to access terminal and make the query to claude to get the required results and display it ...
0
votes
0
answers
56
views
Text Input Field Not Working In React/Electron/Express App
Basically code is for an electron app with a react frontend and an express server connected to a local postgresql db.
I have a page with a list of employees on one side and an add icon. If you click ...
1
vote
0
answers
32
views
Create an Module Federation monorepo React projects using the Nx CLI with electron app
console error image
Create an Module Federation monorepo React projects using the Nx CLI - npx nx
g @nx/react:host apps/erp--remotes=hr,pm,crm
installed nx-electron using nx g nx-electron:app ...
0
votes
0
answers
24
views
"Failed to uninstall the old application, please try running the installer again.:2" [closed]
I'm encountering an issue with Electron's autoUpdater. When the application is installed in an admin directory (e.g. C:\Program Files) and an update is applied, the following error occurs:
Failed to ...
0
votes
0
answers
22
views
Sync issue between Howler.js and Wavesurfer.js on drag/seek in React
Howler.js and Wavesurfer.js sync issue when dragging - seeking sometimes fails
I'm using Howler.js for audio playback and Wavesurfer.js for waveform visualization in a React app. I have a sync issue ...