blurrcat

Results 5 issues of blurrcat

If a model has a `TimeField`, the field will be a `datetime.timedelta` object when you get the object from DB. However `datetime.timedelta` is not JSON serializable. This makes both admin...

As detailed in https://github.com/mgood/flask-debugtoolbar/issues/96, the current logic for generating the calling context often fails unnecessarily. Specifically, when a project is structured like the following, ``` project ├── project │   ├──...

Please add the interface for removing endpoints from an existing sockets. As libzmq 3.x supports disconnect, this is all we're looking forward to!

Steps to reproduce: - create new file "test.hack" - add the following content ``` function test() { $a = 1; } ``` Action: `gg=G` to indent whole file Expected Result:...

While the URL to my resource is `/contact//event`, the eve-docs generated URL for it is `/contactevent`. Versions: - Eve-docs==0.1.4 - Eve==0.4