Results 1383 comments of Vincent Prouillet

I would be tempted to just do a breaking change if there's no easy way to indicate that the single name is deprecated.

> Would adding #[serde(deny_unknown_fields)] to the config struct work? It would be nice yes. The migration guide can be added to the changelog

> This is more complicated than it needs to purely because there is one test that apparently requires that you can put arbitrary keys into the front-matter instead of only...

> This is more complicated than it needs to purely because there is one test that apparently requires that you can put arbitrary keys into the front-matter instead of only...

I think in that case the breaking change was ok since old usage would error out. I'll try to add back the breaking section for the next releases (like in...

What does this mean in practice for Zola?

Looks like they might be planning to archive that crate so we should probably move away from it as well.

> Even if adding the entire paginator seems not possible, do you think it would be possible to just add paginate_by and paginate_reversed in the serialized section returned by get_section...

`master` is only for docs update, all new features/bug fixes go on the `next` branch

I don't remember why it's that way but `Validation` has been like that for >7 years. In practice I think most users create a `Validation` struct once in their program...