Daniel Morrison
Daniel Morrison
I'm pretty sure we made this backward compatible! If this looks good we can merge it in.
Would writing a toJson and join lambda in "user space" work for your use case? That should give you full control over your desired functionality without changing behavior for non-elastic...
The mustache spec was finished before this project was started, and there are many areas in the specification that could be improved (see the issues here https://github.com/mustache/spec, and the numerous...
Actually, I think this is a duplicate of #57.
Just took a few minutes testing it out, and yeah it looks like you found another hole in the spec.
Well simply telling it that it shouldn't do falsy handling when inside a list doesn't cut it. ~~~ # If the current scope is falsy and not the only scope...
@noahmorrison is this behavior correct? I'm pretty sure it's not. ~~~ def test_array(self): args = { 'template': '{{.}}', 'data': ['b'], } result = chevron.render(**args) expected = '''['b']''' self.assertEqual(result, expected) ~~~
If we are interested in moving forward with this and format is the only thing holding back, I would be happy to move my patch into the compat.py format. Travis...
I apologize, that must have come across badly. My pain point has little to do with 2to3 and the work you put into it (see 5adbcd9), but instead with deploying...
I personally don't need this anymore. I ended up co-authoring (some pairing and speed fixes) [noahmorrison/chevron](https://github.com/noahmorrison/chevron). Also, since then I have left the company with this requirement, and they may...