sftse
sftse
I've tried to split some changes in my working directory into multiple commits with `git add -p`, but the hunks git produces are not helpful. Patch output would allow me...
Wouldn't the optimal diff be not to highlight `fn x() {}` and only highlight `X::` and the moved `}`? You mentioned some limitations around highlighting `impl X` but I don't...
@mdecimus Can you provide feedback on this PR? If this solution is unsatisfactory, can the docs be extended to explain in more detail in what cases `InlineBinary` should be expected...
I'm not sure why the RFC includes the second criterion though. Prior to that, the criteria for `textBody` and `htmlBody` are o textBody: "EmailBodyPart[]" (immutable) A list of "text/plain", "text/html",...
This is a bit beside the point of this PR, but I happen to notice that the timestamps coming from `Entry::created` and `Entry::modified` are nonsensical on streams since those timestamps...
Can you provide a test case to investigate the issue?
If the issue is solely in the VBA script, it should be feasible to extract it using the [rust-cfb](https://github.com/mdsteele/rust-cfb) crate into a separate CFB file. If after doing that `calamine`...
``` fn main() -> Result { let in_path = "foo.xls"; let out_path = "bar.xls"; let mut original = cfb::open(in_path)?; let version = original.version(); let out_file = File::create(out_path).unwrap(); let mut duplicate...
This reduced cfb file should have most of the sensitive parts removed. If you look through the remaining information and find it acceptable to publish, can you upload it as...
Thanks for reviewing, at whatever pace is suitable to you. While the exact encoding of the addresses may not be a bug, the fact that reordering them results in a...