-
### Dotliquid version
2.0.183
### Expected behavior
Existing code should run without requiring modifications.
### Actual behavior
The default constructor of `RenderParameters` was changed to …
-
Rplus updated
8 years ago
-
The generated file can be quite large with a lot of repeated code for each operation. I think this could be greatly reduced with a couple of private (generic?) methods that get called with each operat…
-
The RelationalExpression's value property is a ValueArray of strings.
For every RelationalExpression.parameterType (BooleanParameterType, DateParameterType, etc) the specific string representation is…
-
I've noticed that for larger API surface areas the code generated can grow exponentially. One way around this would be to use TypeScript more effectively to enforce standard fetch conventions.
This…
-
Is there any way to preserve the individual namespaces around each definition/class when using the nswag swaggerToTypeScriptClient code generator?
Here is a sample of the Swagger .json:
```
"de…
-
Hello Jesse,
Is there a way to translate TimeSpan in different languages using your library?
For example:
new TimeSpan(2, 30, 0)
English:
2 hours 30 minutes
German:
2 Stunden 20 Minuten
etc.
Is …
-
### Dotliquid version
2.2.692
### Expected behavior
Correct format dates via `date` filter
### Actual behavior
Date format ignored, dates format as invariant full date
### Steps to r…
-
Five dead-lettered process signature messages in INT.
All related to ID `DuplicatePushesAreRejectedAndNotDeleted.636693423972509136`. Versions:
1. 1.0.1
1. 1.0.2
1. 1.0.3
1. 1.0.5
1. 1.0.6
…
-
If I inherit form Drop or RegisterSafeType, can an instance of that object be the root of the liquid model? In other words, as far as I can tell you have to do this:
Template template = Template.Par…