Ryan Ramage
Ryan Ramage
Need to have better error message if the couch download fails.
``` Caused by: org.ektorp.DbAccessException: 401:Unauthorized URI: /talk/com.eckoit.recording%3A1359914997839 Response Body: { "error" : "unauthorized", "reason" : "Authentication required." } ``` ``` There are 1 args Arg: {"url":"http://nwt.ic.ht","db":"talk","recording":"com.eckoit.recording:1359914997839","user":"ryan","dd":"TaLK"} ``` Should look at...
To support other apps, we should be able to send a conversion request for local processing.
when the application is served from port 80
Introduce require.js to support http://requirejs.org/docs/api.html#i18n
Need to fix this, or remove ogg from the list, for now.
For some recordings, clicking stop on the recording panel does not provide feedback.
It would be nice if this tool worked with https://github.com/mafintosh/create-project That project has a very nice way of using templates to get the initial repo structure, it is just missing...
The repo http://kan.so/packages has a lot of good stuff that one can use in any couchapp. For now, we would want to have the following command in erica ``` erica...
A good start on issue #17. Current summary: - uses _docs as the default - uses couch_beam:save_doc, so if there is an _id, it is used, otherwise doc gets a...