Beni Cherniavsky-Paskin

Results 502 comments of Beni Cherniavsky-Paskin

Optimize critical time-to-visible-text: (some of these could be done without server side, but having a server simplifies some tradeoffs) - Make Firepad and CodeMirror JS `async`, start with read-only and/or...

- [ ] Test whether text can be read via Pocket, Instapaper, Android chrome's [reader mode](http://www.omgchrome.com/google-chrome-reader-mode-lands-latest-android-beta/) etc.

If I'm considering server-side math rendering, SVG is _dramatically_ smaller than HTML-CSS: https://github.com/cben/CodeMirror-MathJax/issues/35#issuecomment-108940393 But since the main goal here is sematically appropriate HTTP response, I should at most send the...

In other news, as discovered on #56, it's presently impossible to create Firepad.Headless instances without leaking memory and CPU. Need to discuss upstream.

Idea inspired by TiddlyWiki and https://github.com/jldec/pub-server: Ideally the generated HTML should include doc id and full firepad state — current text, revision number & outstanding local changes — such that...

Indeed. Tracked at https://github.com/cben/CodeMirror-MathJax/issues/3 (it's confusing that all the math-related bugs are tracked over there, but I'm keeping the formula rendering in a separate project in hope it will be...

This was (A) dumb bug I should have seen (B) has no tests (C) seriously broke stuff for ~5 days! hot-fixed by 7c7d63c17e0eb94fbb8f4883c4f7809a738869c6. Not sure the `window.newPad = newPad;` fix...

re POST: should consider what happens when running from local files. For some reason googling didn't answer the simple question whether POST to a `file://` URL works. Perhaps the question...

Asked for advice at firepad group: https://groups.google.com/forum/#!topic/firepad-io/s1aTZXZniAM

This is partially implemented, and works very nicely when typing and when internet goes offline/online. But I haven't yet tested how it behaves in the face of bugs like #85...