Vincent Prouillet
Vincent Prouillet
We can add it. Until there's a new release with it, you can add it manually for your projects
I'm not too sure about that, since it becomes tricky to see the difference between the template files and the files used just to generate the templates. I'll need to...
How would you implement https://github.com/zesterer/chumsky/issues/184 in 0.10? I'm running into the same issue with ``` text::digits(10) .repeated() .at_least(1) .separated_by(just('_')) .collect::() ```
That looks good but is there a way to set up some CI testing?
I meant running the migrations in GH actions to make sure it works but I just noticed we don't do anything of the sort in this repo so that's fine.
That's not going to be built in but you can probably write your own filter to handle that
> Is there a reason for this? Do you need help with the implementation? It's an important feature of Tera to error if it's missing things rather than silently ignoring...
No that won't be added
None of the links generated by Zola are relative (afaik), I don't really like using them at all.