Results 1383 comments of Vincent Prouillet

Looks like this happens on Windows CI as well now: https://dev.azure.com/getzola/zola/_build/results?buildId=1722&view=logs&jobId=d2980ad8-b87d-5294-4faf-0af1145b0486&j=d2980ad8-b87d-5294-4faf-0af1145b0486&t=51335d98-55c5-5f23-ce15-2dc0b362ed54

That's a very simple patch, no issues doing a PR for it.

This is odd, we have our own fs utils that do the same thing as std but do print the filename on error. I guess we must have missed some...

Ah thanks for finding it out! The commit will be different on `next` because it switched a few libraries etc

I've updated the error on the `next` branch. Looking at the snippet above, it seems to be some text editor files causing issues?

There's already a function to detect tmp files in the serve command, we probably want to re-use that when copying static assets

Hm I don't think there is a single test for indented code block (and I wish I could disable them). I'm guessing we get the codeblock in a different way...

See https://github.com/getzola/zola/pull/1779 for the colocation, it might affect you. As for adding the map to the shortcode context, it's doable but it's probably better to wait till it's a bit...

> but I'm not sure if Zola is able to do so... It's not. It would work if there was a hash filter exposed by Zola but it's probably a...

I've tried with one one of the ignored_content testcase and it seems to work as expected, that's weird. > P.S. While we are at it, can ignored_content support regexp? Would...