-
Notifications
You must be signed in to change notification settings - Fork 316
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
Add handlebar math operators #2223
Comments
There's a ton of JavaScript helpers here that probably could be copied to the rust versions fairly easily. I know I would like an equality helper, to compare two numbers as well. We should be circumspect in how many of these we add though, as putting too many in at once might just make things harder. |
See also #2223. Maybe we should open a tracking issue? There is a list of helpers in https://github.com/helpers/handlebars-helpers |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We value your input and contribution. Please leave a comment if this issue still affects you. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We value your input and contribution. Please leave a comment if this issue still affects you. |
This issue has been automatically closed after being stale for 400 days. We still value your input and contribution. Please re-open the issue if desired and leave a comment with details. |
@IxDay opened the issue habitat-sh/core-plans#497, in which he describes two things that are needed to make zookeeper work.
One of them is that we need a "+" operator to construct the correct zookeeper id.
I believe that in general it would be useful to have several math operators, given that there is no other layer where logic can be run.
The text was updated successfully, but these errors were encountered: