Vladimir Matveev

Results 99 comments of Vladimir Matveev

Thanks! Indeed, I did not invest heavily to the performance improvements yet. My goal is to provide a standards-compliant parser first. However, I'm not really surprised that libxml2 and Apple's...

@matthewkmayer I see several directions for optimization. 1. xml-rs has been first created ages ago, long before the first stable version of Rust was available. Therefore some details of its...

@scottlamb I'm out of the Rust ecosystem for a long time already, so I don't know the state of other crates, unfortunately. Last time I checked, none of the other...

@lovasoa if you want to create such a wrapper, you don't really need to add it to this library - it would be much easier to publish it as a...

> work around this bug in my own programs That's not what I meant. I meant that the wrapper does not really belong to the library, and it certainly won't...

Hello, I'm the owner of that crate, and it is indeed unmaintained because I haven't had any capacity to do it for a very long time. I would very much...

Since I'm the only owner of the repository right now, no one else will be able to do anything with the code except me, and I can't as well without...

@kamildoleglo I have yet to test it, but looking at the implementation, this does not seem to be the case. In `AbstractDokkaTask`, the output directory's convention is set directly to...

@kamildoleglo it does not matter what the `convention()` method *returns*, matters what is *passed* to it instead, and when `convention()` is called. In the current implementation, the value passed to...

So the idea is to make `defaultDokkaOutputDirectory()` return a `Provider ` and pass it to the `convention()` method. btw, you might consider using `RegularFileProperty` instead of `Property`, I believe it...