Erik Demaine

Results 343 comments of Erik Demaine

More generally, I think there's a race between Stop Editing triggering an update and destruction of the shareJS editor and propagation of the shareJS updates. [Jeffrey reported this.] A simple...

The simple fix is now done, with clear user feedback (disabled "Stop Editing" button, and status bar change). Disconnected state would still be nice to detect / report, but at...

I just pushed [a change](https://github.com/edemaine/coauthor/commit/79a566287f901cd5973586d304b8d5172d5b23ac) to prevent lost work when closing/reloading the tab prematurely, or when the server pushes a reload. In the latter case, the user gets a message...

Scrollable done! https://github.com/edemaine/coauthor/commit/9b967662dff1385291db79d233bef9d4c2268706

[`` tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details) seems like a good way to go. These are probably not currently supported because they're not in the HTML sanitize whitelist, but that is easy to fix.

OK, I just deployed a quick fix to allow ```html Short formLots and lots of text ``` which renders like this: Short formLots and lots of text I'm not a...

Nice idea to use panel formatting! I'm pushing a change that's based on (a compact version of) `.panel-default`, which we don't use elsewhere in Coauthor, but is in a similar...

Another request we've heard is to not collapse already open `` in a message while it's getting edited and rerendered. This is tricky: we'd need some way to detect the...

Do you think I should just make the white border slightly fewer pixels? Or do we want the layout to actually differ between dark and light mode?

You can do it currently with LaTeX: ```latex \begin{itemize} \item[⭐] Good item \item[🚫] Bad item \item[💩] Very bad item \end{itemize} ``` Given this, your Markdown notation seems like a natural...