ad-chaos

Results 33 comments of ad-chaos

One way to export the enum is by adding a classmethod like ```py @classmethod def export_to(cls, namespace): namespace.update(cls.__members__) ``` Found it [here](https://stackoverflow.com/a/28130684) Not sure if this is nice, but then...

Yeah, not all cli options are accessible via `manim.cfg`, I am afraid it will stay that way because I do not see any easy way to add that within the...

You can take a look at the `_OPTS` set here https://github.com/ManimCommunity/manim/blob/a20f8aeb6ccd30d6b9d5c34285c3a718b0f5a59b/manim/_config/utils.py#L245 Also, it looks like write to movie is always overridden. https://github.com/ManimCommunity/manim/blob/a20f8aeb6ccd30d6b9d5c34285c3a718b0f5a59b/manim/_config/utils.py#L794-L796

I have already started kinda working on it in #2553 (The name could've been better 😅) Let me know if you would like to work on it with me together!

Do you have a minimal config that reproduces it?

What's your neovim version? I am unable to reporduce it on the latest `HEAD`

I just updated neovim and I am indeed able to reproduce this error. Will try to bisect neovim tommorrow and see where this originated from.

Hmm, looks like this commit caused the problem https://github.com/neovim/neovim/pull/20188, I don't know what exactly causes the problem in that commit yet though :(

ay! I was just about to come here, beat me to it 😅