-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement more tera functions #2049
Comments
some equivalent to the tera built-in I assumed the tera builtin would already work, but looks like mise is using the
definition which removes various functions including A haphazard local rebuild suggests |
I'd accept a pr to add that feature for sure |
in fact all the default ones seem like they could be useful |
I plan to implement this in 3 steps.
What do you think of it? |
tera already supports some of this but for what it doesn't have support this sounds fine |
Now we have added most of Do you want to improve error handling or it's a future improvment? You don't use You mentioned Then the last few functions are:
I don't see a point implementing |
yeah, doesn't have to be a part of this issue necessarily though
I added
I think these could be useful, especially I think we should still add support for absolute as well as the xdg path variables (xdg should just be on the context object). xdg should be easy, just add these to the context object. |
just has quite a few functions which is a good starting point for us to improve what can be done with templates in mise
The text was updated successfully, but these errors were encountered: