David Caplan
David Caplan
We had a similar issue, but it seems to be fixed in a previous version (0.1.2).
Yea I saw that thread too... I'm surprised I haven't seen any traces of this problem with Django though. I was kind-of wondering if I could implement a similar fix...
Yep. I just tested it one of my async functions and I don't see the EOF errors.
From what I understand it's a harmless postgres error message that occurs when no Terminate message is received. I wonder if enabling "autocommit" mode for the psycopg2 DB backend would...
I'm encountering this issue while using rinohtype to generate PDFs. I'm wondering if anyone was able to get the above workaround to work?
I think my situation is quite similar to the above report. I did have several files which were not included in the toctree. When I added them I ran into...
Great, that looks promising. Just wondering, @twodrops which template do you use for your single page html?
Not really sure, maybe you need to upgrade pandoc? What operating system are you using?
It might be due to the config.txt. Can you try changing this line: https://github.com/davecap/markdown-latex-boilerplate/blob/master/config.txt#L6 Remove the `../` so it becomes `CSL=elsevier-with-titles` Let me know if that works!
Hmm, not really sure then. Maybe there's an environment variable getting in the way? Have you tried messing with the Makefile itself?