David L. Day
David L. Day
@alexdevero - Is this still an issue in the current version? I believe the current version gives 4 words and 16 characters (spaces get included).
I think #99 will address this.
Same problem here. Only one of my repos is experiencing this, though. My other three that use this action are all working fine.
Solution was given in #45. I was able to purge old artifacts using a temporary workflow, then rerun my checks successfully. See: https://github.com/prosegrinder/annotatedtext-rehype/blob/master/.github/workflows/remove-old-artifacts.yml
Possible duplicate of #52?
Possible duplicate of #52.
Love this idea. Already have the ability to enable / disable plaintext, as well as list the language IDs for it. I can do the same form markdown, html, and...
Add link to wiki in the README. Consider setting default to public so folks can test without installing LanguageTool. See https://github.com/davidlday/vscode-languagetool-linter/issues/69#issuecomment-568938712
Thanks for opening this issue. Totally agree this needs addressed. I have a few thoughts to share. Most immediately, LanguageTool server already provides a way to limit requests based on...
@t-gebauer - I have some concerns around launching with a script vs. pointing to the jar. Via the script, I'm not sure I could capture the pid and shut the...