Patrick McElhaney
Patrick McElhaney
Okay, I should have let this go a long time ago. Your solution makes sense and it's simpler. Go ahead and do the blacklist.
How about this? ``` ... ... ```
@rip747 Private methods are already ignored by Mustache. We're trying to solve for the case where: 1. The context object has a method, _foo_, which has to be public. 2....
I agree with Dan. Ideally, the code should be rewritten as an actual parser. The performance of one iteration would be about the same, perhaps a little faster, and iterating...
What does colors[1] mean exactly? Could you change the model so it's more explicit, e.g. colors.secondary? > On Mar 8, 2016, at 12:52 PM, Dave Merrill [email protected] wrote: > >...
The idea is to have data prepared for presentation as much as possible, but still available as an API that can be easily tested and isn't subject to change with...