Benjamin Hackl

Results 17 issues of 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...

documentation
new feature

## 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...

enhancement
breaking changes
maintenance

## 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`.

pr:bugfix

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...

good first issue
issue:bug

## 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...

documentation
enhancement
maintenance

## 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...

new feature
needs discussion

## 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...

refactor
breaking changes

## Description of bug / unexpected behavior See title. ## Expected behavior No error should occur, the opacity should (?) just be ignored.