Aarush Deshpande
Aarush Deshpande
 Steps to recreate: * `git clone https://github.com/EliverLara/candy-icons.git ~/.local/share/.icons/candy-icons` * `git clone https://github.com/EliverLara/Sweet-folders.git ~/.local/share/.icons/Sweet-folders` * `cp -r ~/.local/share/.icons/Sweet-folders/Sweet-Blue ~/.local/share/.icons/Sweet-Blue` * `lxappearance` -> change icon theme to `Sweet-Blue`
Allows things like `VGroup[Rectangle]` ### [v1] Adds a `__class_getitem__` method to `Mobject` This was not useful, as discussed later ### [v2] Make `VGroup` a generic ### Guideline Since `VGroup`'s are...
Fixed: * https://github.com/ManimCommunity/manim/security/code-scanning/900 * https://github.com/ManimCommunity/manim/security/code-scanning/838 * https://github.com/ManimCommunity/manim/security/code-scanning/899 * https://github.com/ManimCommunity/manim/security/code-scanning/829 * https://github.com/ManimCommunity/manim/security/code-scanning/828 * https://github.com/ManimCommunity/manim/security/code-scanning/754 * https://github.com/ManimCommunity/manim/security/code-scanning/744 * https://github.com/ManimCommunity/manim/security/code-scanning/755
Closes #3462 Allows statements like: ```bash manim -p file.py --preview_command timg ``` and ```py with tempconfig({"preview": True, "preview_command": "timg"}): SceneName().render() ```
Example: [https://docs.manim.community/en/stable/examples.html#braceannotation](https://docs.manim.community/en/stable/examples.html#braceannotation) Looking at those specific [methods](https://github.com/ManimCommunity/manim/blob/main/manim/mobject/svg/brace.py#L138C1-L146) it seems to be due to the fact that they do not have a docstring, so sphinx doesn't generate a place that it...
See [this](https://discord.com/channels/581738731934056449/1023550532914266142/1191042075387506740) discussion on discord.  Source: https://code.visualstudio.com/docs/python/settings-reference#_code-analysis-settings at `packageIndexDepths` We should probably add a `__all__` or encourage VS Code users to modify their settings to accomodate this.
### Affected Version The latest version ### Description Tried running the installation instructions in the README, but got an error with cargo (see below) ### Output 
A similar change has been merged into Tin, see https://github.com/tjcsl/tin/pull/21 If you are reviewing this PR, I suggest looking at it commit-by-commit instead of looking at the diff all at...
Closes #1604 - [x] Sort archived announcements by expiry date - [x] Add pagination - [x] Implement pagination - [x] Style pagination ### Current Status  Has support...