Results 1383 comments of Vincent Prouillet

> Perhaps there are some bugs with a few of the themes? It's likely. The syntax definitions for Rust for example are also pretty old now as syntect doesn't support...

You should have live reload on changes to the CSS, do you not get them? CSS changes do not re-trigger a templates rebuild, only the CSS+live reload.

How do they update the hash while live reloading? They must either re-render the templates and disable the hash in the `serve` mode?

> I believe they re-render the template, perhaps checking for which templates contain the function which generates the integrity hash on the file that's been updated In practice that would...

Yep it would be a nice improvement. I don't know if it's going to make it to 0.14 though - already a lot of changes in there going on for...

There's been a few change to `resize_image` in 0.14 so the original issue should be fixed, see the return output of https://www.getzola.org/documentation/content/image-processing/

It could be added or the workaround with the Tera filters documented

I think you can just apply the Tera workaround above in the codebase directly using https://doc.rust-lang.org/std/primitive.str.html#method.trim_start_matches with the base_url as a pattern?

Did they change the backing compiler in a minor version?

Thanks. I think I will wait a bit till those crates are a bit more tested and will merged that for 0.17 rather than 0.16