Matthias Endler
Matthias Endler
This is a summary for anyone interested in submitting a pull request to fix this issue. ## Bug Summary lychee fails to detect missing anchors/fragments in remote URLs, even when...
@brycelelbach any updates?
It sounds tempting, but if you think about it, that will create a slippery slope of unexpected behavior. Say someone happens to store research links on LLMs in a plaintext...
Great progress! I like the output. As mentioned in the linked issue, I think we need to add support for line numbers first. Some parsers don't support that out of...
It depends on the network connection. It works over here (at the moment): ``` echo 'https://www.reddit.com/r/rust/' | lychee -vvv - [200] https://www.reddit.com/r/rust/ 🔍 1 Total (in 0s) ✅ 1 OK...
As for w3.org, could you create a PR? I think we should exclude that automatically.
Just tested using the `lychee-action@master` and can confirm: ``` [403] https://www.reddit.com/r/rust/ | Rejected status code (this depends on your "accept" configuration): Forbidden # Summary | Status | Count | |---------------|-------|...
Yes, that is the case. There's nothing we can do about it. Reddit would have to unblock GitHub IP ranges from making requests. I don't know if or when this...
I don't think there is much to do in this issue anymore, so I'm closing it. In my opinion, we should not add Reddit to the global exclusion list, because...