Danny Roberts

Results 4 issues of Danny Roberts

https://github.com/benoitc/couchdbkit/commit/038ee178393f13c9a5c45548442d53c41ab16bca It seems like instead of forcing to a `str` it should do a check such as `assert isinstance(index, basestring)` or explicitly converting `int`s if that was the purpose. Alternatively,...

In couchdbkit 0.5.4, it syncdb would sync the design docs of any app, regardless of whether the models.py file had a subclass of Document or not. In 0.5.7 if an...

This "issue" is more of a request for comments from anyone working on this repo that knows what they're talking about when it comes to git internals. In exchange for...

We encountered an error that we believe we can fix by removing the eventlet dependency from our system (it interacts poorly with gevent, which we use: https://github.com/gevent/gevent/issues/577), and errand-boy is...