Aarush Deshpande

Results 45 issues of Aarush Deshpande

![image](https://github.com/EliverLara/candy-icons/assets/110117391/d52d92e2-7080-4257-b959-dfd6e05b8ad3) 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...

enhancement
typehints

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

maintenance

Closes #3462 Allows statements like: ```bash manim -p file.py --preview_command timg ``` and ```py with tempconfig({"preview": True, "preview_command": "timg"}): SceneName().render() ```

new feature

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

documentation

See [this](https://discord.com/channels/581738731934056449/1023550532914266142/1191042075387506740) discussion on discord. ![image](https://github.com/ManimCommunity/manim/assets/110117391/3b47a116-abc7-4ce1-bd21-24c01a5dd006) 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.

maintenance

See #3365

enhancement
good first issue

### Affected Version The latest version ### Description Tried running the installation instructions in the README, but got an error with cargo (see below) ### Output ![image](https://github.com/Morganamilo/paru/assets/110117391/af926664-cfc0-447f-aa77-40be57264c39)

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 ![dark mode pagination](https://github.com/tjcsl/ion/assets/110117391/9dd796c1-a0fd-4363-a9e7-d8164f1679ba) Has support...