Matthias Endler

Results 663 comments of Matthias Endler

Sounds like @Seirdy meant the binary, not the action, though? In any case it would be nice to have the ability to check emails from the cli as well.

I was hoping to look into the wasm plugin system that zellij provides to see if we could use that somehow. Then e-mail support could be moved there. Alternatively, can't...

That's cool! I will add that to the `README.md`. Thanks for the hint and for epub-linkchecker, which served as an inspiration.

Done. I like the approach of using acat in combination with lychee. Each tool is responsible for exactly one task. However I'm still considering to support epub natively in the...

We want to use pandoc for another use-case (https://github.com/lycheeverse/lychee/issues/291), so that's probably the way to go as it supports many different formats. I still don't know if we want to...

As an addition, we could call `pandoc --from=FORMAT` to see if a file-type is supported if lychee doesn't support it itself.

Very weird, I get the same error. ``` echo 'https://account.microsoft.com/family' | lychee --user-agent 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/ 103.0.0.0 Safari/537.36' --max-redirects 100 - Issues...

Apparently it works for linkchecker, though, and that's also a cli tool? 🤔

Thanks for the feature request @eyarz. We can add that, although as @lebensterben said, it would increase memory usage and especially for bigger websites and recursive requests that could be...

Did you see #271? It might be an alternative which could cover more use cases. In your situation you could filter the GitHub links with grep then and check if...