-
It'd be interesting to hear your thoughts on these, and why I shouldn't prefer e.g. typos-lsp over harper.
https://github.com/crate-ci/typos
https://crates.io/crates/zspell
https://crates.io/…
-
## Describe the bug
Since upgrading to Plasma 6.2, KRunner fails to find installed dictionaries in NixOS.
## Steps To Reproduce
Steps to reproduce the behavior:
1. Install KRunner and …
Naxdy updated
2 hours ago
-
### What did you expect to happen?
Flyspell is enabled normally.
### What actually happened?
Error enabling Flyspell. The following is from the Messages buffer:
```
Starting new Ispell process hu…
-
Yesterday I installed a new system and also installed zapzap. As I'm a german speaker the system correctly identified the German language and spellchecker. It did check German spelling, but as I live …
-
Vale spell checker needs both hunspell's *.dic and *.aff files to work correctly. This requires creating a symbolic link
```
en_US-suse-doc.aff -> en_US.aff
```
in the `/usr/share/hunspell/` dir…
-
-
It is somehow impossible to add a second locale to spell-checker.
I tried ru_RU, en_US (only US works), changed order (only US works)
ru_RU (does not work at all)
en_US (works)
System locale is …
-
Dears,
I have a code:
n = spell_checker.generate(&result, "word", "ing");
printf("n = %d\n", n);
for (int i = 0; i < n; i++)
{
printf("%s\n", result[i]);
}
spell_checker.free_list(&result, n);
…
-
**_Call to hunspell failed with a code of null._**
Hi, It seems that the spell checker can not be found, how could I solve this problem?
S-Egg updated
4 years ago
-
I've just published a brand new [WebAssembly port of Hunspell](https://github.com/rotemdan/hunspell-wasm) I've developed during the past two days.
It's built on the [latest source code](https://git…