User Details
- User Since
- Oct 5 2016, 6:24 AM (414 w, 1 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- Golopotw [ Global Accounts ]
Mar 6 2020
@Aklapper: Hi! I think it will be better to reassign this ticket to another developer. Thanks for the invitation!
Jan 2 2020
Aug 22 2019
This is an example:
How is that incorrect or problematic markup?
Jul 8 2019
Jul 5 2019
Apr 26 2019
This can be reproduced if you collapse a section and then navigate out and back. The root cause seems to be javascript mutating the layout. One possible fix is to record the position offset to the current section, and restore after all layout mutating code are finished.
Aug 29 2018
Jan 17 2018
Jan 5 2018
Jan 3 2018
Dec 23 2017
Syntax error should include details, for examples "Missing close brace", "Missing argument for \frac".
Oct 13 2017
Jul 20 2017
Jul 19 2017
Jul 18 2017
You cannot manually add tracking category but Mathoid will do it for you now.
You can try to insert invalid math in you user sandbox and see it appear here:
https://en.wikipedia.org/wiki/Category:Pages_with_math_errors
Jul 17 2017
The main complaint is solved by T134872. Close.
The code responsible for this is at function
formatHeadings at core/includes/parser/Parser.php
This should be easy to do once we have a Promise API in mathjax-node.
Maybe I have some misunderstanding, but it seems that currently mathoid is not using MathJax-node, instead it uses mathoid-mathjax-node. The latter one's lasted version is published at 2016-08-18. See ticket T170760
Jul 16 2017
The logger is provided by service-runner, so Mathoid cannot control how the log is be displayed on terminal.
Jul 13 2017
Jul 12 2017
Jul 10 2017
I realized this feature can be implemented as a client side js gadget. Though paging will be broken.
Jul 8 2017
Jul 7 2017
Jun 20 2017
Thanks for your advice, I am finding a good way to refactor every "Vector" into a new name, preferably automatically so that changes can be pulled easily.
Jun 14 2017
Jun 12 2017
Jun 11 2017
I think both approach are good. More code is needed to replace chars, but it is manageable.
Yes I am aware of it.
Jun 9 2017
Jun 8 2017
Jun 6 2017
Jun 5 2017
- Do we need to care about the compatibility with third party modifications of Vector? There are 450 skins of Wikipedia on this site link, If we make breaking changes to the Vector, they will all break.