sftse
sftse
### Describe the bug Some resource paths in `tauri.conf.json` seem to be checked in every build, even the resource paths like additional binaries that are only known after a command...
~~#12461 suggested a major breaking change.~~ Automated checking of breaking changes would permit prioritizing PR merging and provide some immediate feedback to the PR without manual intervention by maintainers. This...
When upgrading from 0.21 to 0.22 the generated parser code throws warnings that cannot be silenced without refactors that are not straightforward to discover. This issue persists at current `master`....
I'm using the current `0.15.0` package from the Nix store and a document fails with ``` error: Cannot proceed without the font: /nix/store/k090.....montserrat-9.000/share/fonts/woff2/Montserrat-LightItalic.woff2 ``` Looking at the offending function causing...
Quick fix for #123, might not be palatable. Breaking change with pub `DecoderFnc`.
We've hit a charset label that is not recognized by this crate, but is recognized by `encoding_rs`. Upon further testing, there are 108 charset labels that are not recognized by...
When an unstructured header hits an EOF without a newline, the parser currently throws away the rest of the text. Salvage as much of that ending text as possible.
Fixes #120 With corrupted messages the type of the part is a bit arbitrary. Chosen `PartType::Binary` to be as generic as possible, but `PartType::Text` could be acceptable as well.
Some modules are being exposed even though they do not contain any publicly accessible items. In the online docs these modules are simply empty. Also, some features do not seem...
Some of the lower-level apis would benefit from returning the more precise type instead of eagerly wrapping into a `HeaderValue`. This makes the lower-level apis easier to reason about and...