Barry Coughlan
Barry Coughlan
I'm not familiar with the templatize function and I have been wondering what it's all about when looking through the code. Just going to tag @culebron on this to see...
This hamlpy: ``` {% for a in b %} %a{'class': "link {% if forloop.first %}link-first {% else %}{% if forloop.last %}link-last{% endif %}{% endif %}"} this is link {% endfor...
How would your syntax from #50 work when mixing text and tags? Like this? `class: "link" + {% if forloop.first %} + "link-first"...` The only disadvantage of putting template tags...
CC: @markusgattol @mkcode I was playing with how to parse this and would like some input. Parsing the example from @neoascetic above is fine (when it's a multiline string), but...
Hey, if anyone is interested I'm working on this at the moment on the `element_parser` branch. Barry
Hi Markus, Thanks for the heads up. This issue will be tackled when HAML syntax is supported in attribute variables. I'm working on refactoring the codebase first however. For now,...
Still happens with 3.13.0, due to the `observedGeneration` race condition mentioned above.
I have some fixes for IE11 (unfortunately IE11 removes compatibility mode so I can't test on previous versions :/). First is that the viewport overflows its boundaries. This is a...