Dan Staples
Dan Staples
The project sounds really cool! Feel free to include MediaGrid if it would be useful!
or we could also try this with Erlang (since it's a dependency for CouchDB), if you're into that kind of thing...
this was started here: https://github.com/dismantl/MediaGrid/commit/10e3ec094ac43fc37e26c4d4c8518aea8b146294
The control for blocking a user would: 1) remove them from the list of online users 2) remove their messages from the chat log 3) don't encrypt and send messages...
This looks like a good JS library to use: http://larsjung.de/qrcode/
the cron script (mediagrid-discover) replicates b/w couchdb servers on port 5984, and doesn't use the port value from the avahi service file. So does this actually hinder functionality?
@hawkinswnaf, can you provide more info on what is needed here?
Thanks! I am still doing some tweaking to the image, but I imagine it will be available for download sometime next week. I'll link to it from the README.md document....
anthroprose: Interesting idea. I'm not very familiar with Chef. How do you think MediaGrid could benefit from it? Is this something that would allow someone to create their own custom...
This is correct. Looking at a wireshark dump, I can confirm the async/await example sends the requests sequentially rather than concurrently. When trying the suggested replacement function above however, I...