Vincent Prouillet
Vincent Prouillet
Some changes while looking at the repo after https://github.com/getzola/zola/pull/2116/commits/cd90fd0756f7286ac717f3ca6cdaebd54140317d The biggest one is the change in the community building where it was using page for members for no discernable reasons....
Bat and [Zola](https://github.com/getzola/zola) both use syntect for highlighting syntaxes and have their own folder for additional syntaxes on top of the official Sublime repo. It would be a good idea...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
v5 has been released and it involves some changes. The main one is that with the debounced version you do not get the type of event which is probably fine...
As requested on the discord, posting a detailed issue about trying `valuable` for Tera. ## Background I am trying to see if valuable could replace `serde_json::Value` for [Tera](https://github.com/keats/tera). The goal...
For example in templating engines, people will frequently print the value at the index `n` of an array. Right now keeping track of the indices of a `Listable` being visited...