Andrew Chin
Andrew Chin
This issue has been fixed in the newly released v0.11.0 version. Thanks to @waywardmonkeys for the fix, and to everyone for your patience
Thank you for this. This will be including in an upcoming 0.11 release
Thanks for the heads up
Thanks for the bump. It sounds like the fix from @ctrlcctrlv in #33 has some good reviews and successful usage in their fork. I'll try to review these changes and...
Something like: ```rust pub fn write_all(w: W, nodes: &[XMLNode]) -> io::Result; ``` ?
Thanks for the PR to start the discussion. I'm interesting in learning more about some of the use-cases you have in mind. A few thoughts in response to your questions:...
In this example you wrote: ```rust let uppercased_comments = root_xml_node.traverse(|xml_node| match xml_node { XMLNode::Comment(comment) => true, _ => false, }).map(|XMLNode::Comment(comment)| comment.to_uppercase()) ``` I like your other suggestion better of using...
Just to confirm: did you mean to close this PR?
For me, a `--close` or `--one-way` option would be a satisfactory solution
I confirm this is easy to reproduce. The problem is that the mountinfo file for the pasta process looks like this: ``` 1558 1516 0:127 / / ro,nosuid,nodev,noexec,relatime - tmpfs...