-
As much as i like the macro idea, it isn't nearly as versatile as proper templating.
Instead of reinventing the wheel here, we should instead use something like Tera / Handlebars to do this for us.
-
I should add a second templating engine to simplify the creation of html elements without using the Java api, by writting html directly with java mixed in, just like JSP.
```
%for (int i = 0; i…
-
> I would really prefer that we write the content directly into index.html during merge-data instead of loading the JSON at runtime and client side templating (to avoid some of the workarounds for fra…
-
We have a custom message distribution service, which should send messages to a segment of our users. I'm planning to add an option for templating, for example:
```
{{username}}, you won {{amount}}…
-
I get an error message in the last step of Templating:
MissingSchema: Invalid URL 'redacted/oauth/token': No scheme supplied. Perhaps you meant https://redacted/oauth/token?
Attached you will fi…
-
![image](https://github.com/user-attachments/assets/559e9b54-3f22-414e-babc-b0880aa4827b)
The above code is running the loop and validating the config data from the current router configuration a…
-
-
### Description
We should be able to specify the `image`, `cmd`, `args`, etc. fields of init containers as xCom templates. Currently this is not supported.
### Use case/motivation
In our dags, we n…
-
I will start to say what a great project it is!
**Describe the feature**
Being a SCADA application it would be great to have some way of building templates. Let's say we have one item (IoT or someth…
-
### Is your feature request related to a problem? Please describe.
Sometimes while logging, you want to use `logger.debug`, but you end up formatting a message even if the message won't be logged. …