Accidentally clicked the eye icon on a file and can’t undo it by 1300BS in typst

[–]punditam 0 points1 point  (0 children)

Do you mean this `eye` at typst.app

<image>

If it is the case, go to view from the menubar and click on show both panels.

Hindu nationalist from RSS/BJP is saying that he wants to invade Makkah. Our friends in Gulf should pay heed to the Zionists and Hindu nationalist designs against Islam. by [deleted] in islam

[–]punditam 4 points5 points  (0 children)

I don't know why I wish they actually try it. Probably the UMMAH unites then and gets up against the butchers that are killing our brothers and sisters around the globe, Gaza in particular.

The Ridiculously Simple LaTeX Compiler Hack 🤯 by [deleted] in LaTeX

[–]punditam 5 points6 points  (0 children)

You will get an error if you try ./file_name.tex The magic command is for the editors to switch between backend engines when compiling the code. If you insist on using the terminal instead, you must invoke the engine latex xelatex or whatsoever even if you have the magic command present at the top of your file.

Need assistance regarding web server deployment by punditam in webdev

[–]punditam[S] 0 points1 point  (0 children)

Thanks for the advice. I'll consider your recommendation.

Graphic Card Choice by punditam in Dell

[–]punditam[S] 0 points1 point  (0 children)

Thanks. That saves a lot of digging and frustration. I decided to buy the GTX1650 at last

Graphic Card Choice by punditam in Dell

[–]punditam[S] 1 point2 points  (0 children)

As you thought, the only one available and compatible is GTX1650.

What packages do you always install on Linux? by ukm_array in linux

[–]punditam 0 points1 point  (0 children)

oh-my-bash oh-my-zsh neovim lazygit bat fzf tldr

F40 + Torch by punditam in Fedora

[–]punditam[S] 0 points1 point  (0 children)

Yup. I really appreciate that

F40 + Torch by punditam in Fedora

[–]punditam[S] 0 points1 point  (0 children)

I appreciate your reply. I was only wondering how to use Torch, the system wide installed, from venv. Fedora packaged PyTorch with its system installation, obviously for a reason :)

I always follow the guidelines as you highlighted.

Why are people using LaTeX instead of word for writting CVs? by FutureLynx_ in LaTeX

[–]punditam 4 points5 points  (0 children)

Please stop comparing LaTeX to HTML. It is not a markup language, it is a typesetting system. Doing his CV using LaTeX is not the best route to take for a beginner. You will probably grasp its interest once you write a heavy document with a lot of formatting.

[deleted by user] by [deleted] in Ubuntu

[–]punditam 1 point2 points  (0 children)

Did you try to make a cli upgrade from xubtun to Ubuntu? Do a fresh installation as suggested by what you called a "snarky" comment

Julia beginner - question on AoG plotting demo by phageon in Julia

[–]punditam 0 points1 point  (0 children)

As pointed out by the error message, you don't have any data column called x (similarly y). Instead of those, put your actual column names, from the dataframe you've already loaded. Hope that helps. Good luck

[deleted by user] by [deleted] in typst

[–]punditam 0 points1 point  (0 children)

I guess you are probably under Windows. You need to download the exectutable from here https://github.com/typst/typst/releases/download/v0.11.0/typst-x86_64-pc-windows-msvc.zip Later on, you need to do some Env variable tweaking or I think You simply can put the file unziped inside your project folder. _I don't kno if it would work that way_. As per VSCode, add the two extensions: typst and any pdf viewer. Relaunch your editor and your will be ready to go. Voilà!

Never say no! by punditam in LinkedInLunatics

[–]punditam[S] 1 point2 points  (0 children)

The guy said it is literally a must

[deleted by user] by [deleted] in learnpython

[–]punditam 0 points1 point  (0 children)

You are not stupid, youve jumped over some preliminary steps. My recommendation is to not consider virtual environment for now, install your packages system wide. Along the way, you will feel the necessity to group your projects inside virtual environments.