Beni Cherniavsky-Paskin

Results 502 comments of Beni Cherniavsky-Paskin

Given very limited time for mathdown (#172), I'm very unlikely to work on this.

Being able to least dig for old doc versions in this repo would already be helpful. But the git tags / branches that I see here don't correspond to any...

TODO: read https://github.com/pkra/proposal--server-side-math/blob/master/proposal.md (but first unbreak stuff)

this is soft blocker for using defineMathMode as fix for #4.

Another issue with the multiplex addon for parsing markdown/latex: https://github.com/codemirror/CodeMirror/issues/3535 (easily reproduces here too) I'm increasingly tempted to integrate math (as option) into CodeMirror's markdown mode itself. However that'd not...

HTML-CSS SVG switching seems to work mostly fine (Chrome and FF on linux). Although cursor positioning is somewhat off (should call `.changed()` on the CM widgets). But MathML in FF...

Related: in SVG and MathML modes, the math is always black, instead of adapting the surrounding color of lists, quotations etc. For SVG, https://groups.google.com/forum/#!topic/mathjax-users/--UzmyRg0Zw suggests [`\color`](http://docs.mathjax.org/en/latest/tex.html#color) or CSS targetting `svg...

Some old links from [Security SE question](https://security.stackexchange.com/questions/81801/why-do-browsers-default-to-http-and-not-https-for-typed-in-urls): - https://blog.mozilla.org/security/2015/04/30/deprecating-non-secure-http/ generic vague plan... - https://blog.mozilla.org/security/2017/01/20/communicating-the-dangers-of-non-secure-http/ Firefox showing red-crossed lock icon for http, especially on login fields - https://www.chromium.org/Home/chromium-security/marking-http-as-non-secure similar for Chrome,...

Another side effect of this problem: `$a

> Maybe it would make more sense to just say "No typescript errors found."? Done, PTAL. UPDATE: now also updated `waitForNoErrors` test helper. needs approval to re-run CI?