|
|
|
|
|
by laumars
2684 days ago
|
|
> Having built this kind of thing natively As have I :) > you actually might! macOS, for instance, has a few race conditions that can (easily) occur when using the built-in spell/grammar-checking functionality on text field/view instances. That forces it to load the wrong dictionary (one which differs from the system dic) and do so repeatedly each and every time you use the application? That doesn't sound much like a race condition to me... > This myth that you get these things for free with native apps is just that: a myth. Is that actually a myth though? Because I've never heard anyone suggest that - least of all uttered that nonsense myself. |
|
There are bugs for NSSpellChecker going back as far as 2009 regarding automatic language detection (they're, however, now annoying as piss to link to... because all the old mailing lists/archives have been seemingly nuked. Thanks, Cocoa community!). This in turn hits Electron apps, since they're just passing back to the native API anyway.
https://github.com/electron-userland/electron-spellchecker/i...