Matthias Endler

Results 885 comments of Matthias Endler

Indeed. Would you like to give this a try?

For some guidance, you'd have to copy the code from https://github.com/rust-lang/futures-rs/blob/master/futures-util/src/stream/try_stream/try_chunks.rs and add the timeout as we do for the normal `ChunksTimeout`. Maybe create a separate module for it, so...

Nice catch. The code for the table is here: https://github.com/corrode/corrode.github.io/blob/master/content/idiomatic-rust/table.js

It works with cookie support; no user agent needed. This is the output with #1146: ``` echo 'https://account.microsoft.com/family' | lychee --cookie-jar cookies.json -vvv --no-progress --max-redirects 100 - [DEBUG] Redirecting to...

As a side note, cookies are also why it works in linkchecker.

This is fixed now, thanks to the awesome work by @robinst in https://github.com/robinst/linkify/pull/43. I'm no longer getting any wildcard URLs in your example: ``` ✗ [404] https://b.alicdn.com/ | Failed: Network...

I'll go ahead and close this. The potential improvements of refactoring are currently unclear given the trade-offs we discussed. We might revisit this again in the future. Thanks for the...

Great workaround. In fact, I think `--remap` would work for most (all?) the cases that `--base-url` and `--root-path` would be used for. @vanbroup, can you try to use `--remap` for...

Thanks for the summary. From my perspective, the answers to your open questions would be as follows: > 1. Which of the 5 link types we should support fragment checks...

> i think checking html files should be higher priority because majority of the time it'll be case 4 Yes, websites without a file extension are indeed a common use-case....