Heidar-An
Heidar-An
## Description of bug / unexpected behavior I have this code: ```py img = manim.ImageMobject("random_image.jpeg") rect = manim.Rectangle(height=img.height, width=img.width) img.move_to(rect) img_with_frame = manim.Group(img, rect) self.add(img_with_frame) self.play(img_with_frame.animate.apply_matrix([[3/4, 0.5, 0], [1/3, 1,...
## Description of bug / unexpected behavior When I have the following code inside a Scene, ``` circle = manim.Circle() square = manim.Square() self.play(manim.Succession(manim.Write(circle), manim.FadeIn(square), manim. https://github.com/ManimCommunity/manim/assets/74025356/4eff7812-5c53-4da9-99fe-51c1dcd182f3 https://github.com/ManimCommunity/manim/assets/74025356/ba16d904-b0b6-4f48-8994-c0f481690e4f FadeOut(square))) ```...
Are there any good first issues to work on (I notice they're all closed), I'd be interested in helping with this project.
I'm trying to use your flutter package for a custom model but I get that my model is not initialised. Is this a regular occurrence? Let me show you some...
it's quite useful to compare timestamps, this could be done by implementing PartialOrd + Ord onto Timestamp. I can work on this if needed.
https://github.com/3b1b/manim/issues/2128 Found this issue on 3b1b/manim, however, the issue is there with manimcommunity/manim too. The fix I found was to create a folder manually with directory name "media". I'd like...