Benjamin Hackl

Results 176 comments of Benjamin Hackl

I've extended the docstring with some tests and examples. There is a slight change in behavior with `become` now using a copy of the target instead of modifying the target...

Thanks for the proposal, this looks like a good idea -- and we do get requests for this reasonably often indeed. I'd be somewhat unhappy with adding OpenCV as a...

Instead of the ffmpeg python bindings it is possible that we finally tackle #442 and include `av` as a dependency. It would be similarly easy with that.

> @behackl looks like the `av` module is quite heavy, maybe it already includes `ffmpeg` https://pypi.org/project/av/11.0.0/#files? > > I don't know how to interpret (from their READMDE): Haha, fun to...

I've actually already started to implement a replacement of `ManimConfig` that uses `pydantic` -- but it is nowhere near complete, I got sidetracked when trying to add `ManimColor` as a...

> `color: str = WHITE` If you want to store it as a `str`, then the workaround would be to do so explicity: `color: str = WHITE.to_hex()`. Making `ManimColor` immutable...

I just looked at this and tried to remember why I've implemented advancing time during skipped animations in #2220 -- I've found a partial answer. I think in general it...

Are you thinking of some particular Typst functionality that allows this sort of grouping? Working on this is somewhat high on my list of prioirities, and I'd really like to...

Thanks, @laurmaedje! I'm following the post; we'll do our homework and come up with a more concrete design for the interface of Typst-rendererd objects on our end. In case we...

Fixed one typo in the return variable of `get_anchors` via b7d0b8b. Will merge this in a few hours if there are no further concerns. 👍