Will Page

Results 7 issues of Will Page

Bug report # Problem description Crossterm 0.16 has a critical bug on linux (https://github.com/crossterm-rs/crossterm/pull/383). The issue is fixed in master (commit 007063896e8b310a6711d7ab780962a9f8ed7283), but is not included yet in a release....

Attached is [misidentified_rtf.zip](https://github.com/aahancoc/tree_magic/files/1354605/misidentified_rtf.zip), which tree_magic 0.2.0 misidentifies as application/octet-stream, when application/rtf is expected. Unix "file" command, as tested on Ubuntu, correctly identifies it as "Rich Text Format data, version 1,...

Attached is [minimal.pdf](https://github.com/aahancoc/tree_magic/files/1354472/minimal.pdf), which tree_magic 0.2.0 misidentifies as text/x-tex, when application/pdf is expected. Unix "file" command, as tested on Ubuntu, correctly identifies it as "PDF document, version 1.1".

This implements the suggestion in #10098 to make cargo change cwd before completing config processing and starting the build. It is also an alternative to --manifest-path that resolves the issue...

S-waiting-on-author

Ensure matching arity of structs at the type level by encoding as a const generic on the struct. Missing from this change is: - insurance that the arity isn't zero...

Pointing treexml at a UTF-8 xml document that starts with a BOM character causes this error: `Error: 1:1 Unexpected characters outside the root element:` If I remove the BOM character,...

@LucaCappelletti94 with the merge of PR #10 , we have numerous test failures: ``` failures: src/corpus_par_from.rs - corpus_par_from::Corpus::par_from (line 111) src/lib.rs - (line 103) src/lib.rs - (line 158) src/lib.rs -...