codex-blackboard icon indicating copy to clipboard operation
codex-blackboard copied to clipboard

Meteor app for coordinating solving for our MIT Mystery Hunt team

Results 100 codex-blackboard issues
Sort by recently updated
recently updated
newest added

This stops you from getting notifications for events that happened after you opened the window, but before you enabled notifications, if you have a window open that isn't normally subscribed...

This means when using ensureNick before displaying a modal, you have to ensure a nick before submitting as well, as the user may log out in another window. Fixes #266...

The docs are editable by anyone with the link. Even if you're logged in, if the doc isn't shared with you explicitly, you show up as anonymous. Allow users when...

If you've been on the page for a while, then enable notifications, it shouldn't notify you for everything in that stream that has already happened.

Give the option of rendering the general chat beside the blackboard table, like is done on puzzle pages, instead of having to pop it out. Note that the old way...

Settings in the settings.json file, or its environment variable equivalent, can only be changed by restarting the server. (Even then?) There should be settings that get stored in the DB...

Some refactoring was necessary because eager loading isn't done in test mode, and some code we didn't want to run during tests was intermingled with code we did. Also, now...

Perhaps clients are somehow doing a really expensive subscription temporarily on restart? Or is this just a bug. Filed as https://github.com/meteor/meteor/issues/1770

Starred messages in the main chat appear at the top of the blackboard. Starred messages in puzzle chat rooms appear in the puzzle info pane. Fixes #281. Fixes #197.