Trevor Morgan
Trevor Morgan
@aminalaee unfortunately this does not fix this issue. The sample code above still fails. The problem is still that although the code comments in `core.py` say "Connections are stored as...
There's a python implementation that's pretty good. (https://github.com/danvk/pyjsonselect). I use both the JS and the Python version regularly.
Any action on this? Looks like the domain expired. It's a shame to see the visible face of the library go away, it's still the best JSON querying tool that...
The problem is in context.py line 55, I think. ``` elif type(context).__module__ != _BUILTIN_MODULE: ``` According to the comment there , "Instances of user-defined classes on the other hand, for...
Yes, it works fine if we use ``` class C(object): ``` So this issue should be labelled "pystache doesn't traverse old-style classes". Which may be acceptable - I don't fully...