We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SVG files are created in the courseography folder (which is the folder where I run stack exec courseography)
stack exec courseography
A PDF is also generated but is mostly blank except for the SVG files names (except instead of ending with .svg, it ends with .png)
I get this behaviour on the https://courseography.cdf.toronto.edu site as well.
Preliminary Debugging In export.js.jsx in the getPDF(), the $.ajax fails and returns an error
export.js.jsx
$.ajax
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SVG files are created in the courseography folder (which is the folder where I run
stack exec courseography
)A PDF is also generated but is mostly blank except for the SVG files names (except instead of ending with .svg, it ends with .png)
I get this behaviour on the https://courseography.cdf.toronto.edu site as well.
Preliminary Debugging
In
export.js.jsx
in the getPDF(), the$.ajax
fails and returns an errorThe text was updated successfully, but these errors were encountered: