Jerrold Poh
Jerrold Poh
Hi, thanks for the pull request though unfortunately it looks like DCIntrospect is no longer maintained. Good news though, myself and @logicreative have decided to revive DCIntrospect, and created a...
Probably not the right solution, but found just by ignoring the file / folder in `package.json` solves the build problem. E.g. enter the following ``` "build": { "files": [ "!**/node_modules/register-scheme/node-addon-api/src/node-api.target.mk"...
Am using `electron-window-state` in v3.4.3 which says it supports multi-monitor - will leave this open for now and confirm later in the week when I'm in the office and can...
Going to unschedule this for now as I'm no longer on a second monitor. If someone has one and would like to fix / send a PR, let me know...
Added a new preferences pane to Goofy v3.4.2 - where I've given the option for the user to disable the spell checker. I've also added a drop down to select...
Ugh that's frustrating ... seems to work on my local machine though changing languages on the github binary doesn't seem to work (disabling spell check does work though) Re-opening so...
Yeah sorry - was hoping would be a little cleaner but got too excited with the preferences pane I didn’t 100% let it bake before releasing. More than happy to...
Now using `electron-spellchecker` to do spell checking which seems a lot more reliable.
Yep, am located in Australia so I use UK English vs US and spelling errors have been highlighting correctly for me Unfortunately I don't speak any other languages but I...
Have confirmed, looks like problem upstream with `electron-spellchecker` - other issues below: https://github.com/electron-userland/electron-spellchecker/issues/85 https://github.com/electron-userland/electron-spellchecker/issues/61 Have set spell checking to disabled by default as I don't think should remove entire feature...