Sridhar Ratnakumar

Results 464 issues of 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

dev server

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

help wanted

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...

help wanted

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...

question

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 ...`...

enhancement
question

... 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).

enhancement

currently relying on postmark, which is a paid service.

enhancement

Add [reply by email](http://meta.discourse.org/t/new-reply-via-email-support/7764) support, preferably using postmarkapp.com

enhancement

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...

enhancement