Amar Al-Zubaidi
Amar Al-Zubaidi
Unfortunately, this won't work if a file's name is exactly `$`, even if your input is `\$`. It will just open that file. We need to account for this in...
This might be difficult to implement, and I don't know if it is possible, but I will do my best. Thanks for the feature request.
Sorry for the late response. I actually switched to lazy.nvim from packer and I can provide an explanation. I think the reason it is giving that error is because of...
MWE: ```tex \documentclass{article} \usepackage{multicol} \usepackage[bidi = basic]{babel} \babelprovide[ main, import, mapdigits, justification = kashida, transforms = kashida.plain ]{arabic} \babelfont[arabic]{rm}{Scheherazade New} \newcommand{\ayah}{^^^^06dd} \begin{document} \begin{multicols}{3} بِسْمِ ٱللَّهِ ٱلرَّحْمَـٰنِ ٱلرَّحِيمِ~\ayah1 ٱلْحَمْدُ لِلَّهِ رَبِّ...
Ideally, there should be the same amount of tatweel before and after the manually inserted tatweel. This way, the dagger alif is in the middle. Also, the kashida should be...
Oh, I thought that the tatweel could be any arbitrary length. I did not know that it has to be an integer number of tatweels. Does that mean that even...
I tested commits https://github.com/vosen/ZLUDA/commit/27c0e136777a2db49dbb0caa888d561819230493 and https://github.com/vosen/ZLUDA/commit/995bc951745db30e39a1ff0c909f9a95b12c4ec7 and I got the following error when trying to render something with blender: `Invalid value in CUDA qeueu enqueue (integrator_terminated_shadow_paths_array)`. I attached a screenshot....
This seems to be an error with git-lfs. I think it’s fixed now, can you try it after the latest commit?