Joseph Kato
Joseph Kato
I think I understand the issue now. Presumably, you have an environment variable that is setting `XDG_CONFIG_HOME` to `~/.config` (overriding the default value). Vale is respecting this when it writes...
This should be fixed in the latest release.
Unfortunately, there's no straightforward solution here. I'd argue that "buggy" is the wrong word here; the results are actually [objectively good](https://github.com/jdkato/prose?tab=readme-ov-file#tagging). For comparison, the [NLTK](https://www.nltk.org/) (a very widely-used NLP library)...
@aireilly, this should be fixed now. If you're so inclined, you can try building from the `v3` branch to confirm.
Did you set that `StylesPath` in the `.vale.ini`? If you don't set one, it will use the default. Otherwise, you'll need to create it as usual.
It's just a config file that is either used in place of, or in addition to, project-specific ones: 1. In cases where there's no project-specific configuration, such as the browser,...
> Working beautifully here. Tested on a MediaWiki setup using the latest macos x64 build of Chrome and the latest version of Vale CLI. It'd be great to somehow set...
The status hasn't changed much lately. I'll probably work on getting the extension out as-is and then work on adding/improving features in later releases.
> To be more useful, it would be good to figure out how to do line decorations inline. I am investigating how to do this via attempting to update the...
Many of Vale's [supported programming languages](https://github.com/errata-ai/vale/releases/tag/v3.5.0) now use Tree-sitter parsers. I think an interesting way to make this "extensible" would be to expose the underlying [queries](https://tree-sitter.github.io/tree-sitter/using-parsers#pattern-matching-with-queries), allowing users to decide...