-
Issue Type: Bug
a multi-cursor where the cursor on one line is to the right of an "u" is not rendering the cursors vertically aligned. See attached screen capture.
VS Code version: Code 1.59.1…
-
Hello,
Sorry in advance, I am a beginner programmer and the question I have might be answered already in some documentation I couldn't find, I'd be happy to be pointed in the right direction.
I'm …
-
#I am using Scriban reference dll of version 5.5.0. I am trying to add this reference file in my WPF application or XAML file used application while adding it shows error in the XAML file InitializeCo…
-
Hello, I've been trying to parse a hex string provided as a variable from the runtime host into an integer, so I can do further math operations on it.
I first tried using string.to_int, but this d…
-
Hi,
We have a requirement for embedding fairly large base64 encoded strings (large files) inside rendered output (could be in the vicinity of 30-40mb each).
Since the template rendering returns a …
-
hi, I am trying to use RazorEngine in my project and enable intellisense.
My template is very simple and both compilation and rendering work fine.
However, the very moment I add _@inherits RazorEng…
-
**Is your feature request related to a problem? Please describe.**
I need to generate a random value in the response. The Scriban function _{{math.random 1 1000}}_ results in the error "The function …
-
Add setting in TemplateContext (analogues to https://github.com/scriban/scriban/blob/master/src/Scriban/Runtime/ScriptObject.cs#L42 ) to create TypedObjectAccessor with it ( https://github.com/scriban…
-
Made this modification to one of the test cases. It will fail on others as well.
public void TestAssign2()
{
Assert.AreEqual("variable", Template.ParseLiquid("{% assign = …
-
Publish the textrude cli as a dotnet tool package on NuGet, this way it can be installed by anyone (Windows or Linux) using:
```sh
dotnet tool install --global textrude
```
Instructions on how…