-
This is part of #12
When #13 has been resolved, set up tornado webserver.
For testing, we may use heroku like we did in the last demo. Any thought?
-
I would like to utilize ros install version of tornado without depending on rosbridge server which brings lots of ROS dependencies.
separating out `tornado` and `backports` as independent package sho…
-
- Use of Tornado Webserver (Python 3.4, WSGI + Asynchronous)
- Use of Jinja2 for templating (I want to !)
http://www.project3001.org/docs/blog/introjinja/
- Use of Bootstrap for the frontend (it is …
-
The template engine provides `static_url` for anything under /static. This hashes the file, passes the hash to the client, and allows the client to intelligently refresh when these files change (such …
-
When mopidy-local is not enabled, but mopidy-local-sqlite is installed, it will crash the webserver. Seems like it wants a configuration key media_dir that's not available. Error:
File "/usr/lib/py…
-
Any text that is displayed to the user will need to be pulled out into project/locale specific dicts. These dicts will be located under `amgut.lib.locale_data`, and each portal will have its own. For …
-
To secure containers (as best we can without access to galaxy's authentication), we need to provide IP address whitelisting for use in the containers. This is [already started](https://github.com/bgru…
-
I've tried both the Ruby and Python libraries.
If a define filters like this:
```
filters=['no_upscale()']
```
Thumbor's log says:
```
2014-09-01 13:55:56 thumbor:WARNING Malformed URL: /O08YqxVCf…
-
Currently, Primus uses the path of the underlying transformers when communicating from client to server.
Example for Engine.io:
```
wss://localhost:8000/primus/?_primuscb=1411062162258-0&EIO=3&trans…
-
Currently, the Colab notebook static code piggybacks off the IPython tornado web server. A better way is to completely rewrite the frontend handlers along the lines of SingleCellServer.py.
This woul…