Matthias Endler

Results 894 comments of Matthias Endler

At least in verbose mode we print the excluded URLs now when we check them. ``` lychee -vv . ``` Note: this will be part of the **next release**. With...

Revisiting this, I just realized there is an easier way: ```bash lychee --exclude-path vendor --verbose --no-progress './**/*.md' ``` Sorry for missing that. I focused too much on the glob pattern...

> Even reporting them as errors is probably fine and better than following the 301 and say everything works? Related: https://github.com/lycheeverse/lychee-action/issues/164 If we fix this we have a workaround for...

Quick note to self: we should call it `--base-url` and `--root-path` to be more explicit about the purpose of these options.

Differences I could see for linkchecker: * Opens a session, arguably for cookie support (?) * Sets the `Referer` (sic) header. I tried to emulate this behavior with curl... ```bash...

Fixed with #824.

@dend do you still encounter this issue with the latest `lycheeverse/lychee-action@master`? If so I'll keep this issue open.

Closing. Feel free to reopen if the problem still exists.

Converting this issue to a discussion, since it doesn't track any kind of planned work. The benchmark would still be valuable, but this is not fleshed out enough to be...

Just so we don't forget, there's also asciidoctor, which could be another binary to search for when trying to convert AsciiDoc. Here's an example for how to convert AsciiDoc to...