Tim-Philipp Müller

Results 4 issues of Tim-Philipp Müller

XML coming from external sources sometimes has an UTF-8 marker at the beginning, which is invalid UTF-8 and will cause parse errors, so add a from_bytes() convenience method that strips...

Can be useful for code that reads nested element trees in various places and wants to skip known or unknown elements that are not of interest. This way it doesn't...

Apologies if this is a bit all over the place, but just wanted to quickly drop off a note on some issues I ran into whilst trying to use `FromByteStream`....

Some command-line applications are very spammy and don't have a `--quiet` option (and no realistic prospect of adding one). It would be nice if `custom_target()` had an option to capture...

enhancement