Sridhar Ratnakumar
Sridhar Ratnakumar
The current spamming of red error messages to JS console is rather annoying. Ref: https://github.com/websockets/ws/wiki/Websocket-client-implementation-for-auto-reconnect
Docker is such a PITA to work with, but this would be cool to have, to be able to edit *and* browse neuron notes from web browser. https://github.com/codespaces
API
Would be nice to provide an API for revddit.com. I would personally use it write some scripts to monitor censored comments in a certain community or an user; or write...
if you ctrl+c a `make supervisor` session, supervisor will seemingly exit after killing the docker processes, but `docker ps` will indicate that the containers are still running. supervisor is effectively...
We should figure out a way to abstract startup scripts (in `bin/`) and configuration (in `etc/`) using some sort of docker orchestration tool. Watch out for `docker run -link ...`...
... so that `postgresql-client` need not be installed on the host (per README).
Upgrade script for upgrading to discourse future tag releases - Automatically backup/restore data/{postgresql/discourse-public} in the event if failure. - Run db:migrate and asset:precompile without resetting data/discourse-public (as 'setup' does).
currently relying on postmark, which is a paid service.
Add [reply by email](http://meta.discourse.org/t/new-reply-via-email-support/7764) support, preferably using postmarkapp.com
Need a backup script to back up both the postgres data and the Discourse uploads folder (`data/discourse-public`) on regular basis. Postgres data in particular should be backed using pg_dump. Ideally...