Benjamin Hackl

Results 176 comments of Benjamin Hackl

I'd be fine with changing `YELLOW_C`, I even think this makes sense. In contrast to some of the other colors, I'd stick with `PURE_YELLOW` for `YELLOW` -- and then (CC...

Thanks for the suggestion! I like the idea in principle -- but I think it should go further. Instead of only allowing to keep the first or last mobject fixed,...

I am not sure I would qualify this as a bug -- but you are right, we are using the directive to generate both the default output in the admonition,...

Tried to replicate the 3.13 issue on Windows locally, effectively killed my stream doing so. :-) Full Log ``` C:\Users\benja\src\manim\.venv\Lib\site-packages\_pytest\config\__init__.py:331: PluggyTeardownRaisedWarning: A plugin raised an exception during an old-style hookwrapper...

Alright, this was rather annoying -- but here we are; our tests are passing for all OS/Python version combinations. There were a bunch of breaking changes mandated due to the...

The cases where pydub would call ffmpeg via the executable should be taken care of by manual transcoding on our end. Did you find some situation where pyav actually tries...

Curiously, this change apparently bumps up our documentation build time by about 2 minutes -- I can't really tell why. Should we try to bump the version of Python directly...

I wonder whether we should collapse the installation instructions for Windows / MacOS / Linux back onto one single page and make use of code tabs https://sphinx-design.readthedocs.io/en/furo-theme/tabs.html#tabbed-code-examples to switch out...

I very much like what you have done here, thank you for your efforts! After some more thinking, there are some details I would change (I can push a commit...

I've pushed a somewhat orthogonal suggestion to this branch, the corresponding site is available at https://manimce--3930.org.readthedocs.build/en/3930/installation/pip.html. I have not verified that all of the linux instructions really work exactly like...