Mohammadreza Jafari

Results 20 comments of Mohammadreza Jafari

> Sure, I can remove the message in the next release. Just curious - why do you have AREPL.showGlobalVars turned off? > > Also it's really cool that you're using...

> In the meantime you can turn off the message by going to `C:\Users\\.vscode\extensions\almenon.arepl-2.0.2\node_modules\arepl-backend\python\arepl_python_evaluator.py` and replacing line 198 `noGlobalVarsMsg = {"zz status": "AREPL is configured to not show global vars"}`...

Hi Can you try inside a Python 3.9 virtual environment? I really not tested in python3.10 in Ubuntu follow these steps : ``` sudo apt-get install python3.9 python3.9-dev python3.9-venv python3.9...

Did you tried HTML button ? that gives you a full formatted output. I think having a text preview even truncated is better than nothing 🤔 ![image](https://user-images.githubusercontent.com/30555691/216811305-555a95d6-98a7-48d0-a39c-1a98e63674ec.png) ![image](https://user-images.githubusercontent.com/30555691/216811318-d0022ad2-68a6-4c08-b9db-dc9330a26835.png)

For this kind of commands user can pipe the output into the file and download that (.txt) file. `ffmpeg -h full > out.txt` `!get out.txt` If you have a better...

@przemoc thank you very much for the answer. yea my CPU is so old! I guessed that it could be the cause of the problem. I just tried once again...

**Now works!** I followed your setup step by step and used git-bash and llvm-mingw, now output binary main.exe is working fine. Thanks a lot Sorry for screen shots, I sent...

Sure I remember to use MSYS2 instead. this is the output of the binary that created with `CMake` and `-DWHISPER_NO_AVX2=ON -DWHISPER_NO_FMA=ON` it stops working at last line, I waited about...

Tested, interesting it works in Release mode Just for the record it is much slower than the binary that created with mingw and I think whatever the reason is it...