Benjamin Hackl
Benjamin Hackl
## Description of proposed feature A dedicated written guide or tutorial for updaters would be nice. One possible way to go would be to transcribe -- or come up with...
## Overview: What does this pull request change? This PR is an attempt at porting the improved implementation of `SVGMobject` by @YishiMichael to the community edition. - `svg_mobject.py` is mostly...
## Overview: What does this pull request change? The `ShowPassingFlashWithThinningStrokeWidth` animation is currently broken because `VMobject.deepcopy` is called, which does not exist. This PR changes `deepcopy` to `copy`.
In case a specified file does not exist, or if a `~` is used to represent the user's home directory, `SVGMobject._ensure_valid_file` raises a rather unhelpful exception: ```py ╭─────────────────────────────── Traceback (most...
## Enhancement proposal The dialog for creating a new project spawned using our CLI with `manim new` is actually pretty cool -- but unfortunately more or less completely undocumented. This...
## Overview: What does this pull request change? As a follow-up from a recent Discord discussion, this PR is a proof of concept for a decorator that allows to remove...
## Overview: What does this pull request change? This is a first step towards cleaning up the current code duplication mess between `Mobject` and `OpenGLMobject`. The aim is to factor...
## What do these changes do? This PR fixes four typos in the codebase. I found the one in `aiodocker/containers.py` by accident, and then ran `codespell` from the repository root...
Potentially, this is a pretty substantial improvement to the overall usability of Manim: - `av` provides wheels for *a lot* of architectures that come with a statically linked version of...
## Description of bug / unexpected behavior See title. ## Expected behavior No error should occur, the opacity should (?) just be ignored.