Matthias Endler

Results 663 comments of Matthias Endler

LOL, that's very weird in indeed. Can anybody test this and confirm?

I tested again with lychee 0.12.0 and here's what I get: ``` echo 'https://www.palitext.com/urldne' | lychee - || lychee --verbose urls.txt Issues found in 1 input. Find details below. [stdin]:...

Why not use ```toml accept = ["100..=103", "200..=299", "403"] ``` as the default?

Yup, I think that sounds reasonable. Go ahead if you like.

This is fixed in a way more general and extensive way by @Techassi in https://github.com/lycheeverse/lychee/pull/1167. 🥳 Now we also support ranges of status codes, e.g. `--accept 200..=206,403` would accept 200...

For reference, the code is here: https://github.com/lycheeverse/lychee/blob/13f4339710d76831d9daf961584d796cee4847d2/lychee-lib/src/types/accept/selector.rs#L43-L51 As a workaround, you can overwrite the status codes, of course: ```sh lychee --accept 200 ... ``` Seems like a lot of sites...

Ouch, sorry to hear that. > Is there some nuance to how lychee treats absolute paths? You need to set the base directory with `--base`: ```sh > echo '' >...

@untitaker, I was not able to fix this before 0.14.0. This is unfortunate, but I didn't want to delay the release any longer. Here's hoping that we can fix the...

I like it. * [ ] Change error message in https://github.com/lycheeverse/lychee/blob/b882a14161e186d1f40af4f8ae5c40dc04103fbb/lychee-bin/src/parse.rs#L11 We should also add https://github.com/lycheeverse/lychee/issues/1298, but we can discuss that over there.

Yes, @soredake can you report that over at https://github.com/robinst/linkify?