Thomas Zahner
Thomas Zahner
Add support for Extism WASM plugins to lychee-bin. When using lychee on the command line it should be possible to specify Extism WASM plugin files that run through the `RequestChain`...
Updating to `pulldown-cmark` v0.10 introduces [breaking changes](https://github.com/pulldown-cmark/pulldown-cmark/releases). These affect how the library is used within lychee. Most notably: * HTML events seem to be emitted differently and/or require a feature...
The `Client` currently has a `plugin_request_chain` but no `plugin_response_chain`. It might make sense to add a response chain. In the following snippet we can see how the request chain is...
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...
Currently there seems to be only a Docker image available for the amd64 platform. I would have liked to run the Docker image on my server with arm64 architecture. ##...
Currently I don't see a possibility to convert a `StatusCode` into a `Status`. It only provides the following function to construct a status code without doing it manually: ```rust pub...
As a user of lychee I'd like to read the manual with `man lychee` as is possible with other programs. Personally, I've never written a man page before, but I...
This PR fixes some broken links that where found using [lychee](https://github.com/lycheeverse/lychee/) as discussed today with @JosephTLyons and @nathansobo at the RustNL hackathon. Using [lychee-action](https://github.com/lycheeverse/lychee-action/) we can scan for broken links...
Just a little heads-up. You seem to be using the deprecated flag `--exclude-mail` of lychee. With the next release the flag might be removed, so your invocation of lychee will...
Just a little heads-up. You seem to be using the deprecated flag `--exclude-mail` of lychee. With the next release the flag might be removed, so your invocation of lychee will...