You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no way to define a tuple at least via YAML for the jinja2 templates. I didn't see a clear way to add this either as there is only the one sequence type in YAML.
In my case I resorted to adding a way (see this commit) to pass a string as is and without quoting if it's started with "", a character which cannot exist unescaped in Erlang strings. It of course breaks the 1-to-1 mapping but I feel like it could be useful in other cases as well. Would that be something you'd be willing to incorporate into the template?
The text was updated successfully, but these errors were encountered:
There is no way to define a tuple at least via YAML for the jinja2 templates. I didn't see a clear way to add this either as there is only the one sequence type in YAML.
In my case I resorted to adding a way (see this commit) to pass a string as is and without quoting if it's started with "", a character which cannot exist unescaped in Erlang strings. It of course breaks the 1-to-1 mapping but I feel like it could be useful in other cases as well. Would that be something you'd be willing to incorporate into the template?
The text was updated successfully, but these errors were encountered: