Matthias Endler
Matthias Endler
@duboism, perhaps this workaround is helpful to you as well.
Yes, absolutely. The cache is not very smart at this point. Due to the concurrent nature of requests, racing is a common problem, as you discovered. A better solution would...
#1605 should cover this.
Yeah, I considered that. It would probably be pretty straightforward to do. However, as far as I can tell, a cache for each host would achieve the same thing and...
I have no clue how that file path gets generated by lychee. What is the correct path? I'm assuming it starts with `src`?
@andrewvaughan, any update?
Thanks. Closing this to keep the issue-tracker clean. @andrewvaughan, if this continues to be a problem and the workarounds don't work on your end, feel free to comment.
That's strange. We didn't make a lot of changes in 0.18.1: https://github.com/lycheeverse/lychee/compare/lychee-v0.18.0...lychee-v0.18.1 The issue likely stems from the markup5ever crate's code generation process. The non-deterministic behavior seems to arise from...
We can check. Do you know if servo cut a new release of html5ever already? We merged some dependency updates yesterday.
Seems like the last dependency updates didn't contain html5ever 0.29.2. https://github.com/lycheeverse/lychee/pull/1653