Matthias Endler
Matthias Endler
From what I can see in the `ImageMetaResponse` definition, it doesn't contain any units and the width/height are just `u32`s: https://github.com/getzola/zola/blob/c3a3d78dfddd34debf5254d293558e8fa045fd51/components/imageproc/src/meta.rs#L38-L44 The `svg-metadata` already retains units in its output, e.g....
Thanks for fixing `master` @MichaIng and @thomas-zahner. You folks rock. 😄
Closing in favor of #1505. Will reverence the `clap` tools over there. Thanks!
Sounds like a plan. Want to create a PR for that? The issue description could serve as a nice comment for documenting the behavior.
Can you reproduce it locally? It works for me. ```sh echo 'https://toml.io/en/' | lychee - 🔍 1 Total (in 0s) ✅ 1 OK 🚫 0 Errors ``` Without being able...
What do you mean by "documenting when retries occur"? lychee uses a very basic retry-mechanism. It tries up to `MAX_RETRIES` times per request, where the default is 3 retries. https://github.com/lycheeverse/lychee/blob/d85ed9e6a9d2976af701b3efdf4a0c0483ecac70/lychee-lib/src/client.rs#L42...
Sure. I tried to summarize the current behavior as a table: Error Type | Retried? | Examples -- | -- | -- 5xx Server Errors | ✅ Yes | 500,...
Glad you liked it. If you like, you can create a pull request to add the table to the docs. The repo is here: https://github.com/lycheeverse/lycheeverse.github.io I don't know what would...
> `cat README.md | cargo run -- -` Oh, I hadn't thought of that. Nice catch! Yeah, it's a bit of a tradeoff. In [your recording](https://github.com/lycheeverse/lychee/pull/1914#issuecomment-3562135681) (now archived), I got...
Quick heads-up: When I tested this, I think I found a few issues. That means, we should test that thoroughly before merging. Don't have time to re-run the tests right...