You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using typst-languagetool, which relies on annotate-snippets, and faced a panic on bad char slicing of UTF-8 string in annotate-snippets. Here's what the error looks like (I redacted string for privacy and clarity):
thread 'main' panicked at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/annotate-snippets-0.11.4/src/renderer/display_list.rs:369:29:
byte index 132 is not a char boundary; it is inside 'à' (bytes 131..133) of `<...> à chaq`
After a little digging, I found out that the issue was resolved back in June by this commit.
Is there a plan to release a new version of this crate to make this bug fix available?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
I'm using typst-languagetool, which relies on
annotate-snippets
, and faced a panic on bad char slicing of UTF-8 string in annotate-snippets. Here's what the error looks like (I redacted string for privacy and clarity):After a little digging, I found out that the issue was resolved back in June by this commit.
Is there a plan to release a new version of this crate to make this bug fix available?
Thanks!
The text was updated successfully, but these errors were encountered: