Beni Cherniavsky-Paskin

Results 502 comments of Beni Cherniavsky-Paskin

One option that might be easy is switching to [kramed](https://github.com/GitbookIO/kramed), a fork of marked with some changes, including proper math support. It uses kramdown math syntax — `$$` delimeters for...

Would standard html [`...` tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details) work?

- https://upmath.me/ renders all math on server in real LaTeX. (EDIT: many people did this, this one is quite polished) - https://github.com/kisonecat/tikzjax/ runs real LaTeX in browser (optimized with tikz...

workaround idea: maybe it's possible to re-encode into a temp file that never hits the disk, yet can be accessed as named file through `/dev/fd/N`? `tempfile.TemporaryFile()`, unix only. Security depends...

FYI, since you're in Electron and don't need to support old browsers, you can significantly reduce MathJax size: https://github.com/mathjax/MathJax-docs/wiki/Guide%3A-reducing-size-of-a-mathjax-installation

I don't normally run Windows — it's weird to offer help on a program I've never used ;-) but I have experience with MathJax and love contributing around markdown/math —...

https://github.com/mike-ward/Markdown-Edit/issues/185#issuecomment-258404637 has some discussion of small math

I believe https://superuser.com/questions/951405/less-with-f-option-and-pattern-matching/1626732#1626732 presents the same scenario but without git. Minimal repro: ``` seq 10 | less --quit-if-one-screen # behaves nicely seq 10 | less --quit-if-one-screen +/8 # not so...

I hope we can have both, by smarter parsing. Perhaps even using the builtin [ripper](https://ruby-doc.org/stdlib-2.0.0/libdoc/ripper/rdoc/Ripper.html)? Inside strings at least could be "simple matter" of tokenizing. Tokenizing `"ruby string interpolation #{foo;bar}"`...

Googling some other himawari tools that support infrared, it's as simple as (would need a flag obviously): ```diff --- himawaripy/__main__.py +++ himawaripy/__main__.py @@ -56,7 +56,7 @@ def download_chunk(args): global counter...