yorkz1994

Results 6 issues of yorkz1994

## Bug Report ### Version [tracing-subscriber ](https://crates.io/crates/tracing-subscriber)v0.3.18 ### Platform any ### Crates tracing-subscriber in doc.rs ### Description Enter your issue details below this comment. One way to structure the description:...

![image](https://github.com/user-attachments/assets/24de1f16-8bdd-4b8d-9dd2-b3721ce497ca) Take this excel value for example, the value is multi line. After run below code to print the cell value: ``` fn main() { let mut wb: Xlsx =...

Regarding [#806](https://github.com/tafia/quick-xml/issues/806) I added a `normalize_line_end` function in `escape` module and related tests. If `unescape` function is called, then line end will be normalized.

Take this xml content for example, note: \r\n is used for line break. ```xml ABC DEF ``` And with below code to print Text event: ```rust fn main() { let...

enhancement
help wanted

When I run storage example with flag --size-gb, it always panic no matter what number is set. `./storage --dir /test --size-gb 10` ... ```Mismatch between definition and access of `file_size`....

when a `SIZE` constrains is `0..65535`, the `Size.range` function will return `65536`, but in the filter of `decode*length` function, it compares `range

kind/bug
help wanted
area/constraints
area/codec