Madhav Goyal

Results 10 comments of Madhav Goyal

You can check the font name in Windows Terminal and use the same name in VS Code. ![image](https://user-images.githubusercontent.com/57744109/177762850-265da215-bde3-478b-a156-eaa840ff8c06.png) To select the nerd fonts, make sure the "Show all fonts" option...

> Do you have a value set for the VSCode setting `docker.dockerPath`? I tried setting it to the same value as in the **PATH** environment variable, but that caused ![image](https://github.com/microsoft/vscode-docker/assets/57744109/7c91fda0-6028-4342-a6e3-64a95b3f80d7)...

> Try resetting the setting to have no value, does the issue still reproduce? VS code is able to find docker but, the original issue still reproduces.

> It looks like you're using `cmd` as your shell, does it still happen if you use PowerShell as your shell instead? The relevant setting is `terminal.integrated.defaultProfile.windows` I believe. This...

Is this issue resolved? I tried the same code as > Code for reproducing the problem > ```python > from manim import * > #from scipy.stats import norm > #import...

> Using macros is a workable solution, but there is a caveat: with a large number of emoji, macros can quickly grow and become difficult to manage. Perhaps `constexpr` variables...

Can you please write the command you were using to run manim?

> Select your `Manim` interpreter in vscode, or try run this > > ``` > "C:\tools\Manim\python.exe" "C:\tools\Manim\Scripts\manim.exe" > ``` Sorry for the late response... When any module is called from...

@algorithms-keeper review

I tried running the provided code on Gnome with X11 and I couldn't reproduct the issue. ![image](https://github.com/user-attachments/assets/615cdb27-7f72-4684-a200-f5dd06c8d09c) And this was the terminal output ``` Manim Community v0.18.1 [10/17/24 11:14:24] DEBUG...