Philipp Imhof
Philipp Imhof
This reminds me of https://github.com/ManimCommunity/manim/pull/561
I like the approach very much, it has several very good points: * In order to bring non-LaTeX (I will not continue to explicitly say it for the remainder of...
I do not have one. I even doubt there is one, because one might expect several things and all of them could be reasonable. One thing I can see is...
FWIW, I get the following error: ``` ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮ │ ./manim/manim/mobject/text/tex_mobject.py:434 in __init__ │ │ │ │ 431 │ def __init__( │ │ 432 │...
As mentioned in #176, I have a similiar problem. The `prompt()` is (silently) not shown in Classic WebView mode. When using Modern mode, it even crashes SEB. ``` ------------------------------------- Translated...
I have similar crashes on Monterey with SEB 3.0 and Modern WKWebView engine whenever the JavaScript `prompt()` function is invoked. ``` ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Process: Safe...
I suggest having some sort of `AbstractText` class containing all common parts (where it is sensible) and then have `Text` and `MarkupText` as extensions of `AbstractClass`.
Yes, absolutely. I will draft a concept and discuss it with you before I start coding. But I need some time...
That's a tough one. On one hand, it would obviously good to offer this toolkit to others. On the other hand, it means much more work. Currently, we only have...
> I think there shouldn't be much of workload though. Even if there is, I think there should be other developers taking interest to develop this project. And, yes this...