We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
jfi: my module just collided with your implementation of isEmpty. i now prefixed mine but i had a look at your methods.
You actually have implemented an ifIsEmpty and i just wanted to point out that some things you implemented are already availabled.
e,g, Do you know you can do {{#if (eq a b)}} or {{#if (not (eq a b)}} <- there is gt lt eq etc alot comming as basic with foundry.
my isEmpty method would be on the same level e.g. {{if (isEmpty a)}} <- that is why we collide as yours is {{#isEmpty a}}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
jfi: my module just collided with your implementation of isEmpty.
i now prefixed mine but i had a look at your methods.
You actually have implemented an ifIsEmpty and i just wanted to point out that some things you implemented are already availabled.
e,g,
Do you know you can do {{#if (eq a b)}} or {{#if (not (eq a b)}} <- there is gt lt eq etc alot comming as basic with foundry.
my isEmpty method would be on the same level e.g. {{if (isEmpty a)}} <- that is why we collide as yours is {{#isEmpty a}}
The text was updated successfully, but these errors were encountered: