languagetool-rust icon indicating copy to clipboard operation
languagetool-rust copied to clipboard

LanguageTool API in Rust

Results 25 languagetool-rust issues
Sort by recently updated
recently updated
newest added

This adds a feature to generate completion files at runtime.

enhancement

This PR adds more tests to further improve CI.

ci

This skips serializing None, false, default and additional content, not needed by requests. In short, this reduces the overhead size of check requests from 291 to 29 bytes, when serialized...

enhancement

This moves the "more_context"-related utilities out of the "cli" feature, because it does not realy makes sens to need "cli" to get more "context"...

enhancement

This features allows to split text into fragments so that, hopefully, each fragment has a length lower than a given value. This is especially useful since the LT api limits...

enhancement

# What I'd like to make this repo easier to manage by creating a template for feature requests. The documentation for creating templates on GitHub can be found here: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository....

good first issue
misc
hacktoberfest

# What I'd like to make this repo easier to manage by creating a template for issues. The documentation for creating templates on GitHub can be found here: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository. #...

good first issue
misc
hacktoberfest

# What Currently, only a few functions are tested, which may lead to uncaught breaking changes in the future. With the issue, I hope to motivate the need of creating...

good first issue
ci
hacktoberfest

# What Currently, LTRS is only tested on the latest LanguageTool version, which does not really tell anything about what is the minimum-supported version. I'd like to add tests on...

good first issue
ci
hacktoberfest