Mac Lee
Mac Lee
That's weird. For me `Clap proj_tags` only works with rust when my project also has python code in it. I'll look into the tags provider once I have some time...
`sudo make uninstall` in the build directory would do. It works on my system.
Do you think switching to KaTeX will help? KaTeX does server-side rendering afaik. They also provide an auto-render script, but I'm not sure if it will work well with markdown-it:...
Yes. If it works in both the title and the description it would be great
I intend for it to eventually work on macOS, Linux and Windows. I had a hunch that was the problem but I couldn’t find a way to change how `dune`...
I might have found a way to completely bypass this problem (mostly by cherry-picking which component crate of `tectonic` I want to include in my build and circumventing all the...
You guys can use Open Build Service. I've seen plenty of Debian/Fedora repositories hosted there. I never did this myself but I think this could be useful: https://en.opensuse.org/openSUSE:Build_Service_Debian_builds
It's quite unimaginable that OBS will shut down in the foreseeable future since it is tied to openSUSE--OBS is to openSUSE as AUR is to Arch. It has also been...
> I would guess that the input vector is modified by fftw, so that you give different input to the two ffts. The input vector was cloned through `to_vec` so...