Tomasz Lenarcik
Tomasz Lenarcik
@sandersn I pushed some additional tests and also used this opportunity to resolve some conflicts. It would be great if you could have a second look 😄
@sandersn Thank you for the review and for the positive feedback!
I would be happy to help with the process. If I remember correctly the main problem here was that the new symlink behavior is incompatible with exiting meteor interpretation, e.g....
I confirm the fix described by @wtong2017 worked for me as well. Thank you!
@samccone Thank for the fix :) :+1:
@vsivsi @brucejo75 Is there a chance this PR will be merged soon? Thanks for all the work!
@EscapeB @william2958 Thank you guys for responding so promptly! I really appreciate this as it was blocking my team from upgrading to the latest version of rush.
@pkra Good catch! I wasn't aware of that. Luckily, `meteor-mathjax` can be configured to used a different download path by simply overwriting `MeteorMathJax.sourceUrl`. But of course, we should probably provide...
That's interesting. Can you please verify if `MathJax` works if you load it directly? i.e. without using the `meteor-mathjax` package and simply adding `` tag with the correct source. I...