Shekhar
Shekhar
Found this error in travis log. Perhaps something to do with Python 3.7.1 In Travis cinfig dist used is `xenial` Here is the log ``` py37 create: /home/travis/build/.tox/py37 > Reloading...
Web Frontend tracebacks with template error on accessing http://127.0.0.1:5000/ - I installed paper-to-git on my Ubuntu 18.04 system (Python 3.6.5). - Created a env using pipenv - Started web frontend...
While datetime field which is stored as float is indexable it was ignored for indexing. Minor changes fix this. This problem however persists for auto_add_now type fields. If value is...
Hi Tim, DateTimeField is ignored/filtered while initializing indices. I have written a small patch and would send a pull request in few moments. Although it does not solve problem for...
``` class Request(models.Model): data = models.Attribute() req = Request() req.data = cPickle.dumps(data, -1) req.save() ``` Not sure why unicode conversion is done while saving and retrieving. It work perfectly for...
If one hosts it on public IP / address, then it throws the error `WebSocket connection to 'ws://localhost:8000/ws' failed:` Changing `client/scripts.js` localhost value to my host's IP worked but obviously,...
Breaks on Python 3 Here is a screenshot of ipython console on my box ``` $ ipython Python 3.5.2 (default, Jul 5 2016, 12:43:10) Type "copyright", "credits" or "license" for...
Extend DOSA to support new Spaces feature
- Current documentation is somewhat terse - Guide/instructions for contributors