-
Notifications
You must be signed in to change notification settings - Fork 279
Mathjax only on specific pages #3276
New issue
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
base: nwerc2025
Are you sure you want to change the base?
Mathjax only on specific pages #3276
Conversation
This fixes downloading the public scoreboard ZIP
|
@vmcj if this works / is merged, will you cherry-pick it on your PR to |
Sure, but I still want to understand the issue. |
Found while debugging the MathJax issue (DOMjudge#3276), MathJax requires the `mathjaxfonts` to be specified in the config. We parse that URL and try to add that directory to the zip which fails.
|
I do understand the problem now, and think your solution would make the resulting zip already smaller. I've opened (#3309) to address the underlying issue. |
|
Should we still merge this? we don´t need that branch anymore IMO. |
|
Is Mathjax on main now? If so, we should retarget that branch. |
Found while debugging the MathJax issue (#3276), MathJax requires the `mathjaxfonts` to be specified in the config. We parse that URL and try to add that directory to the zip which fails.
I suspect we don´t have it yet, and @tuupke found an issue on the NWERC branch still which we need to investigate, although I think one of the fixes is your work. |
This fixes downloading the public scoreboard ZIP