-
There's no documentation on how to configure templates to use include files. Scriban's documentation says TemplateContext needs to implement ITemplateLoader:
[ITemplateLoader](https://github.com/sc…
-
Type: Bug
1. Merge this into the cowsay example's package.json (in [vscode-extension-samples/virtual-document-sample](https://github.com/microsoft/vscode-extension-samples/tree/main/virtual-docume…
-
Just an idea : replace Stubble by Handlebars.Net ?
(disclaimer : I'm using Handlebars.Net & Scriban and I don't know Stubble at all...)
StefH updated
2 years ago
-
### How are you running Renovate?
Mend Renovate hosted app on github.com (`v32.99.2`)
### If you're self-hosting Renovate, tell us what version of Renovate you run.
_No response_
### Pleas…
-
### GitHub Issues
GitHub issues are for bug reports, feature requests, and other discussions about the framework.
If you're creating a bug/problem report, please include the followings:
* **A…
-
When I have Syntax highlighter (Html/Scriban) selected the html editor is not showing, it briefly shows when I click on it but then it seems to be hidden by overlay.
If I use RTE I see the text then …
-
# HttpContext and JSON
This is a proposal to add extension methods for using `HttpContext` (and related types) with `System.Text.Json`. Adding this functionality will make ASP.NET Core developers …
-
- ABP Framework Version: 6.0
- Text templating Scriban
How can I pass a raw string instead of template name? If yes, how should I do it?
Example:
```cs
public class Controller {
private re…
-
Hi I have my code before adding the reference scriban library
![image](https://user-images.githubusercontent.com/106057140/192804424-f6d3bf32-48ac-4331-965b-ab548211bb53.png)
and after attaching sc…
-
**Is your feature request related to a problem? Please describe.**
I often make chains of requests where I need to feed in unique data into the first request, then copy a value from its response to…