Bernhard Schuster
Bernhard Schuster
See tickets #20 and #21
Markdown
In Markdown trailing whitespaces equal a enforced linebreak. Prevent stripping of "\s\s" if the document is a Markdown document.
Since it's quite a pain having to have a certain version of a nightly toolchain making edits harder than necessary, an attempt to remedy this by upgrading to `turst-dns*>= 0.19`...
I'd be interested in implementing that feature based on https://github.com/Richterrettich/rpm-rs which I already started as a standalone tool, but never completed.
I've attempted to deal abbreviated forms of type `we've` and `I'd` and `it's` as part of https://github.com/drahnr/cargo-spellcheck/pull/186 which is a mere workaround. Probably out of scope of `nlprule`, yet a...
The biggest issue using this library currently is the fact, that on each startup a _lot_ of regular expressions are compiled. If `regex` (or whatever crate being used) implements serialization...
``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: InvalidBoolEncoding(2)', src/checker/nlprules.rs:22:70 ``` ``` static TOKENIZER_BYTES: &[u8] = include_bytes!(concat!(env!("OUT_DIR"), "/tokenizer.bin")); static RULES_BYTES: &[u8] = include_bytes!(concat!(env!("OUT_DIR"), "/rules.bin")); lazy_static::lazy_static! { static...