Joseph Kato
Joseph Kato
This means that Vale can't find your `.vale.ini` file. Do you have one in a parent directory of the files you're editing?
The old docs are at the end of this page: https://github.com/errata-ai/docs/blob/main/website/docs/vale-server/concepts/styles.mdx
Here's the problem: - This extension started out as being Vale Server-only (hence the name). - Later on, support for the CLI was added but we (@ChrisChinchilla and I) decided...
> Finally, again on the vscode extension side, I suspect vscode is sending the entire file to vale on each key press? Would it be realistic to send only the...
Yes, this sounds like a bug.
Is this true for individual files? The command `vale .` will show alerts for the entire directory, while the extension only shows them for open files.
In previous releases Vale's NLP-related features only supported my own, English-only [library](https://github.com/jdkato/prose). Now, you can use [spaCy](https://spacy.io/), which has support for many different languages with great speed + accuracy --...
An update: I'm still working out the details of packaging the Python API. It's looking like I'm going to go with PyInstaller -- I've added a sample release (https://github.com/errata-ai/spacy-vale/releases) with...
The rule has been updated to match exactly what write-good does (see https://github.com/btford/weasel-words/blob/master/weasel.js).
> I have no problem with that, assuming things like "word choice" and other stylistic issues aren't considered error-level problems. I think this may be the issue: as I mentioned...