electron-userland / electron-spellchecker

Implement spellchecking, correctly
MIT License
238 stars 83 forks source link

Observable timeout error on Windows and Linux #151

Open robsonhermes opened 5 years ago

robsonhermes commented 5 years ago

When using electron-spellchecker v2.1.0, I got the error you can see in the screenshot below.

This example can be used to reproduce the error: /robsonhermes/electron-spellchecker-test

npm install && .\node_modules\.bin\electron-rebuild.cmd
npm start

(I added an editable div on my test because this is where I am using spell checking)

Got the problem on Windows 10 Pro 1809 and Ubuntu 18.04.2 LTS

59280726-53ae5e80-8c66-11e9-8245-0d1bc5b025ac
mlalkaka commented 5 years ago

I was able to reproduce this as well, on Windows with Electron 5. Based on the call stack, I suspect it's actually because of #148. Since electron-remote is deprecated, maybe it's time to replace it?