Joseph Kato
Joseph Kato
See https://github.com/errata-ai/vale/issues/688#issuecomment-1766080782 for a related comment.
_Originally posted by @jdkato in https://github.com/errata-ai/vale/discussions/609#discussioncomment-5666196_
Development on this repo is going stop in favor of [ChrisChinchilla/vale-vscode](https://github.com/ChrisChinchilla/vale-vscode). There are two reasons for this: 1. It provides a chance to resolve the ID/naming issue (#107); and 2....
This is the start of the NLP integration discussed in #56. I've dropped the idea of creating a standalone executable in favor of simply publishing an package (https://pypi.org/project/nlpapi/) for now—users...
I'd like to automate the process outlined in https://github.com/errata-ai/vale/issues/356: essentially, have the extension start/manage the spaCy server so that users don't have to do it manually. I'd also like to...
Currently, the extension offers an option to open the YAML file associated with an alert from the in-editor pop-up and the console. The position is always `1:1`, though: ```js new...
The current strategy is to record the cursor's position when either `undo` or `redo` is called and then restore it later (it's saved with each node): https://github.com/libundo/Sublundo/blob/28e05a7ef88d3a40f0153945372979a23879147b/main.py#L204-L207 But this doesn't...