Fletcher Tomalty
Results
2
issues of
Fletcher Tomalty
I know support for different templating systems is already planned, but I thought I'd open a ticket just in case. Hyde looks amazing, and I'd love to be able to...
I have the following code, with a class method. ``` @connection.register class User(Document): __collection__ = 'users' structure = { 'id': int, 'screen_name': unicode, 'token': unicode, 'secret': unicode, } use_dot_notation =...
enhancement
patch wanted