You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use chevron in my project, where I was previously using pystache. Pystache was really flexible in what I could pass to it, and it would treat anything as a list, that can be iterated on. While changing to chevron, however, I found that I have to wrap a lot of stuff with list(), mostly dict .keys()/.values() views.
I'm trying to use chevron in my project, where I was previously using pystache. Pystache was really flexible in what I could pass to it, and it would treat anything as a list, that can be iterated on. While changing to chevron, however, I found that I have to wrap a lot of stuff with list(), mostly dict .keys()/.values() views.
Minimal repro from pyhon console:
I'm using Python 3.7.3
The text was updated successfully, but these errors were encountered: