-
Writing a `for` loop over `IEnumerable` objects works but it seems like it enumerates everything (supposedly in an array buffer?) before executing any loop body and performing rendering.
As a user,…
jods4 updated
2 years ago
-
Hi, I have some questions.
I'm playing around with retype and I'm trying to use variables.
I found the `templating.enabled` configuration option: https://retype.com/configuration/project/#enab…
-
This will give us the ability to use the Scriban templates to control how the release notes are generated when executing GitReleaseManager.
gep13 updated
2 years ago
-
At least of these 2 packages there are more recent versions that have not been obtained by UnityNuGet.
I have opened the solution locally and see that it syncs everything fine so it has to be somet…
-
When following the documentation Text Templating - Multiple Contents Localization I receive the exception below. The application cannot find the language templates in the /Emailing/WelcomeEmail/Templa…
-
Question?
Is it possible to define a custom function (call it `to_plural`), and add it as a `ScriptObject` to my `TemplateContext` such that it is available in my template like this?
```
{{model…
-
I've tried and tried, either it doesn't work or i'm no unable to do this right. I'm btw using Liquid parser and context.
So how to do this right, let's assume `pos` is a a string "0 12".
```xml
…
reaby updated
2 years ago
-
Hi Alexande,
I wanted to ask you if you have any sample on how to use the .Net API documentation generation.
I was able to have it generate the *.api.json file, but that is actually all about it…
-
Now that the Plaster module has a new home, we want to let everyone know where we are headed. First, this module has not been abandoned, although it certainly hasn't gotten much love lately. Here is w…
-
https://github.com/lunet-io/scriban/issues/19#issuecomment-289989547
Accessing the AST was mentioned here in this post above, but I'm not too sure how it can be accessed after messing around with i…