Matthias Endler

Results 855 comments of Matthias Endler

Nice idea. I was just too lazy to print a more human-readable format. If someone wants to give it a shot I'd be thankful for a PR.

Hm, might not be that easy. humantime has an [open issue for formatting options](https://github.com/tailhook/humantime/issues/24), but it [doesn't seem to be actively maintained](https://github.com/tailhook/humantime/issues/31). That leaves us with a few options: *...

@untitaker can I get a review from you for the html5gum extractor changes? The extractor input is now a `T: AsRef` instead of UTF-8. I know that html5gum supports that....

> mupdf has external dependency and I don't think that's light given the amount of code you need to add... The amount of code I personally added is minimal; just...

Regarding the big binary on ubuntu: ``` strip target/release/lychee ``` Results in 14M binary.

https://users.rust-lang.org/t/binary-is-way-bigger-on-linux-than-on-macos/14814/4

That's a good point. I don't think AGPL would work for us. Should have checked the MuPDF license before. 😞

Hum, looks like it's an issue on your end. 🤔 At least it works over here: ``` ❯❯❯ lychee --max-concurrency 1 --no-progress --verbose "work/ok.txt" ✔ [200] https://catboost.ai/ ✔ [200] https://catboost.ai/en/docs/concepts/python-reference_datasets_msrank...

Oh I see. No clue what's going on there yet.

What's strange is that it works for me. So it must be something that's wrong with the client-side. Some thoughts: * Did you try a different user-agent? * Has any...