Herman Bergwerf

Results 44 comments of Herman Bergwerf

If you introduce a breaking change then indeed a major version increase would be appropriate (note that people who have `^4.0.0` in the dependencies will not automatically upgrade in that...

The diff is minimal and looks good to me (although it would be more stylistic to use a conditional assignment `??=` instead of an if statement). Test cases are a...

I'll look into re-creating this fix for the current master, and running all tests in a browser.

It turns out you can simply do `pub run test --platform node` or `pub run test --platform firefox` and everything is taken care of. Well thats the good news, the...

The only LaTeX features I often use and that might cost some extra effort to implement are fractions (because there are two `{}` groups, unlike most functions), and sub/superscript (e.g....

Absolutely! I am currently working on a Dart wrapper for MathQuill and I was horrified when I saw that I have to include jQuery. If I had the balls I...

A quick search for `$(` and `jQuery(` through the entire project revealed jQuery is only used in very few places. It is mainly used for tests and I think the...

Yeah, you are right. With clean I mean 'best practice' (especially in the light of performance). But I agree that the xml string is more readable. This is done a...

I successfully tried the matrix fork from @eoghanmcilwaine on my machine. It can parse `\begin{matrix}...` but you cannot input that into the editor. I would really like to see matrices...

@eoghanmcilwaine sure, but I mean it can probably not be merged into MathQuill as long as it supports any kind of non-standard syntax such as `\matrix`, which I indeed tried.