Carl Vogel
Carl Vogel
This particular error is because clear was removed in favor of destroy for calling object destructors. (https://dlang.org/deprecate.html#clear) Replacing `.clear` with `.destroy` fixes that particular error. But I think it probably...
I'm installing from https://melpa.org/packages/ and have version 20211208.2229. Is there a better place to install from to get the new fix, or should I wait for you to propagate the...
I'm only outputting to PDF (choosing latex output when asked—though my defaults file specifies to use xelatex as the pdf-engine). pandoc-mode is saying the output format is "native", and if...
Ah ok — that did the trick! Thank you! I was a bit confused about how to set the output format, because the actual output format was pdf, not tex...
I believe there are some that just execute cells as batch, but typically aren't able to share state across cells and are otherwise pretty limited. The ones in interpreted languages,...
Yes, this is absolutely the thing I miss most on the site.
This is a great list. I think maintaining a well thought-out roadmap is really helpful for both current and potential contributors. Would it make sense to break at least some...