Splines
Splines
Did you use the latest version of manim that is available on pip? I don't think it has this command available. Instead, use the latest commit on the `master` branch....
And similar, the cop is not recognized when I put the `.rubocop.yml` file into another folder, even though I specify the CLI `--config` option: ``` bin/rubocop --config ./.config/.rubocop.yml ``` When...
Just let me know if there's more information I need to provide for you to pin down the bug. Hope the [reproduction](https://github.com/Splines/repro-rubocop-enum-syntax) helps.
This would especially be helpful for scenarios like this where I really struggle to navigate around.
> Have you tried clicking on sub-boxes? On the boxes that are inside of other boxes. Yeah, that's a nice feature and it does indeed make it a bit better....
It would further be amazing if we could zoom via `Ctrl + Scrollwheel` in the Paperproof view.
Maybe the issue I have is more about the default width in single-mode tactic. For example here, there is much wasted space to the right such that the actual information...
@saward This issue should not at all discourage anybody from trying out Motion Canvas. In my case, I was building the scene you see [in this video at 2:20](https://youtu.be/xbcpnItE3_4?feature=shared&t=140), where...
Relevant Python docs for the [failing lines](https://github.com/3b1b/manim/pull/2262/files#diff-843a141c9d2f67b41c9639bec2dc696b507ad5b23a93b084cca47d85dad9a798R159-R162): - [`compile`](https://docs.python.org/3/library/functions.html#compile) - [`exec`](https://docs.python.org/3/library/functions.html#exec)
If I manually add the module to `sys` beforehand, it works for me: ```py sys.modules[module.__name__] = module ``` See [this ChatGPT session](https://chatgpt.com/share/67a23cd3-59bc-800a-978d-405e0b5f5b24). --- This could potentially lead to unintended side-effects...