Thomas Zahner
Thomas Zahner
Sounds like a useful addition. I agree that we can add this more generic approach to lychee
@mre Code-wise this PR looks good :+1: The summary (see below) which is printed in the end still shows emojis, is this not part of #546 and this PR? ```...
I had a closer look at this. Actually this is not a bug in lychee. We use `pulldown_cmark` to parse Markdown thus we are treating all Markdown as CommonMark. CommonMark...
No problem :+1: > I disagree 😌 Wait... I stated that because I could not find anything related to footnotes in their [official spec](https://github.github.com/gfm/#links) but in the documentation link you...
So as a quick recap; the basic auth headers were not sent when URLs were provided as direct arguments to lychee. So for URLs in files (or stdin) the headers...
So I've managed to build for arm64 in [my fork](https://github.com/thomas-zahner/zola/commits/build-arm64/). But building it with GitHub runners in Docker (Docker in Docker) is very slow, I think mainly because of QEMU...
I agree, that's way too slow.. So a solution would be to not build zola inside of Docker at all. As we build the release binaries already, we can just...
@hegerdes Thanks for the PR :+1:
The implementation should probably make use of some sort of HashSet that keeps track of all paths that previously were [canonicalized](https://doc.rust-lang.org/std/fs/fn.canonicalize.html). This should make it possible to remove duplicates from...
@tooomm Thanks for the contribution. Yes, I think the problem reported in this issue is solved. I also mentioned [canonicalizing](https://doc.rust-lang.org/std/fs/fn.canonicalize.html) file inputs. > This should make it possible to remove...