Beni Cherniavsky-Paskin
Beni Cherniavsky-Paskin
Other options: - https://upmath.me/ is powered by https://tex.s2cms.com which does very impressive stuff like supporting TikZ pictures, and tuned for high-quality svg, including a provision for communacating baseline height. Of...
- https://dev.to/uetchy/math-api-latex-math-as-svg-image-m4p @uetchy similar questions as above ^^: are you interested in significant unpaid load to your API :wink:, and how long do you hope to keep it alive.
Well I tried MDH again and found the Google API is finally and completely dead. At least let's switch default to something like ``` ``` ---- I looked again into...
The trouble with generating images in the extension (which is possible without servers at all!) is what to do with it then. In principle MDH targets many sites; on most,...
* Also, mention `TIMING=1` env var to for breakdown by rules to help figuring out if this is even the relevant repo? From googling up as a newcomer (and I'll...
cf. #243 about killing kernel. I tried `--KernelManager.autorestart=True`, made no difference. I also tried this code from https://stackoverflow.com/a/35569691/239657: ``` import IPython app = IPython.Application.instance() app.kernel.do_shutdown(True) ``` both from original console...
❓ weren't [ParentPollerUnix, ParentPollerWindows](https://github.com/ipython/ipykernel/blob/main/ipykernel/parentpoller.py) intended for shutting down kernel when console dies? Why don't they? [is this mechanism specific to Python kernel? Is there documented "contract" whether kernels are supposed...
Partial mitigation: This seems to **depend on zoom level**. (I'm running v0.26.10 Google Play, on NoteAir3C android firmware 2025-08-28_17-13_4.1-rel_0827_fc8adf71a.) - At zoom levels smaller than ~1.0x, pen drawing seems to...
My workaround is to poll mido's port discovery functions e.g. `mido.get_input_names()`. This lets me not care about USB ids etc. What I see is the piano name disappearing from the...
Cool! The output in `-n1` mode still uses a lot of escape sequences to jump around the screen (?), which makes it hard to post-process. * one reason I wanted...