You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a lot of Math Processing Errors on both my own pages (where I'm using this extension) and on the example page. It seems to come up when using certain commands, like \SI, \numlist, and \ang. I'm seeing this in both Chrome and Firefox on Linux, and I've also reproduced it in Chrome's Incognito mode and a fresh Firefox profile, so it seems not to be related to any plugins or customizations.
Before the page finishes rendering and the errors show up, the little "tooltip" from MathJax stays stuck at "Processing math: 0%" for several seconds.
I can try to work on this over the next few days but I'm not really familiar with any of the code so I can't promise anything. Is this a known issue? Something you're already working on?
The text was updated successfully, but these errors were encountered:
It seems that this is the bug introduced by the last commit 5c71940. The definition of the function SINumberParser(...).mml() has been removed from there but the function is still called when parsing the command \SI. Trying to put it back, the errors disappeared.
I get a lot of Math Processing Errors on both my own pages (where I'm using this extension) and on the example page. It seems to come up when using certain commands, like
\SI
,\numlist
, and\ang
. I'm seeing this in both Chrome and Firefox on Linux, and I've also reproduced it in Chrome's Incognito mode and a fresh Firefox profile, so it seems not to be related to any plugins or customizations.Before the page finishes rendering and the errors show up, the little "tooltip" from MathJax stays stuck at "Processing math: 0%" for several seconds.
I can try to work on this over the next few days but I'm not really familiar with any of the code so I can't promise anything. Is this a known issue? Something you're already working on?
The text was updated successfully, but these errors were encountered: