Justin R. Cutler
Results
2
issues of
Justin R. Cutler
Currently, the _displaycontrol and _displaymode member variables are not initialized, which leads to aberrant behavior in functions using these variables. Additionally, updating the initialization to use the member functions greatly...
It appears that `False`-like values (e.g. `False`, `0`, `0.0`, `''`, and `[]`) are not being rendered correctly when iterating. Example: ```python import chevron template = '{{#.}}({{.}}){{/.}}{{^.}}empty{{/.}}' data = [ False,...