Dan Rosart
Dan Rosart
The return value of getImageData is an instance of ImageData (https://developer.mozilla.org/en-US/docs/Web/API/ImageData) which doesn't have an array access operation, at least in the standard. You have to access its 'data' member....
It doesn't detect Chrome on windows (at least) as supporting emojis natively, and the color emoji font it tries to install don't work on Windows and supersedes the regular font...
Pretty timestamps are great if the thing happened the same day, but if the hunt spills into Sunday or Monday, it's not clear which 12PM something happened. We should add...
Glyphicons doesn't have a good copy icon, so unless you want to install octicons or something,we're stuck with 'file'. Fixes #263 Fixes #278
Distinct from #155, which deals with the chat only. On mobile (or other small screens), instead of the three panel view, we should show only the puzzle info (tags, attempted...
Currently the schema is loosely described in comments in lib/model.coffee. https://guide.meteor.com/collections.html links to some schema packages that can do validation for us.
Fixes #282. Also does some cleanup of unnecessary helpers.
Fixes #139. (Effectively.)