Ram Mehta

Results 3 issues of Ram Mehta

Fields that may be provided as dictionaries break this function. Specifically it breaks when using JSON or HStore fields from the peewee postgres_ext. The function assumes that if the value...

I recently ran into this in production. If you like the fix, I can put together a pull request, though it's just a couple of lines. I had to add...

Hey, we love pwt.jinja2js. For some reason, the following template throws an error: {% for item in lst %} {{ loop.index }} {{ item.name }} {% endfor %} The following...