lychee icon indicating copy to clipboard operation
lychee copied to clipboard

⚡ Fast, async, stream-based link checker written in Rust. Finds broken URLs and mail addresses inside Markdown, HTML, reStructuredText, websites and more!

Results 145 lychee issues
Sort by recently updated
recently updated
newest added

Bumps the dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.82` |...

dependencies
rust

Attempts to fix this [issue](https://github.com/lycheeverse/lychee/issues/1459). This has resulted in some failing tests on Linux. Will revise. Edit: Fixed Linux tests. Let me know if you have any suggestions for improvement.

Bumps the dependencies group with 19 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.82` |...

dependencies
rust

Bumps the dependencies group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/build-push-action` from 5 to 6 Release notes Sourced from docker/build-push-action's releases. v6.0.0 Export build record and generate build summary by @​crazy-max...

dependencies
github_actions

Hello, this is the first of the other issues that I mentioned in https://github.com/lycheeverse/lychee/issues/1454. Many tests in the test suite are failing because the Url crate will erroneously parse a...

Assume I have a website in folder /my/folder/public. My website has many relative urls. If I cd into /my/folder and run `lychee --base ./public ./public`. On Linux, this works --...

bug
windows

When checking https://docs.boundaryml.com, muffet detects when an anchor doesn't exist ``` https://docs.boundaryml.com/docs/syntax/client/client 400 https://mintlify.com?utm_campaign=poweredBy&utm_medium=docs&utm_source=docs.boundaryml.com 403 https://platform.openai.com/docs/models 431 https://twitter.com/boundaryml id #L20 not found https://github.com/anthropics/anthropic-sdk-python/blob/fc90c357176b67cfe3a8152bbbf07df0f12ce27c/src/anthropic/types/completion_create_params.py#L20 id #L28 not found https://github.com/openai/openai-python/blob/9e6e1a284eeb2c20c05a03831e5566a4e9eaba50/src/openai/types/chat/completion_create_params.py#L28 id #generate-a-chat-completion...

bug
good first issue
help wanted

Currently the `--archive` and `--suggest` functionality is only inside of `lychee_bin` and not `lychee_lib`. Would you agree that making it available through the library makes sense? This could be relevant...

enhancement
question

We no longer use the term `failure` in our system; we now refer to it as `error`. Therefore, it makes sense to rename `fail_map` to `error_map` for consistency. Similar to...

bug
good first issue
help wanted
breaking-change

When I load the main repo page in Safari, the screencast SVG renders in a really slow and glitchy way (image below). What's worse, it brings scrolling performance to a...

question