IRC channel logs
2021-11-29.log
back to list of logs
<PurpleSym>Now I have an entirely-built-from-source-version of MathJax 3.2.0 that successfully renders simple math 🎉 <civodul>you must be the one person on earth who built a recent MathJax from source <PurpleSym>Haha, yeah. Nobody had the need to so far ;) <civodul>a lonely *and* accomplished person :-) <PurpleSym>Assistive technology still fails badly and it’s ES6 only, so there’s still work to do… <civodul>still, it's one of these things that seemed out of reach <PurpleSym>Thanks! It’s really not that bad, to be honest. Just needs +80/-76 diff for the sources so far. <rekado>were you able to reuse some of my WIP or did this go in the wrong direction? <PurpleSym>rekado: No, I modified the sources (kind of) in the way their build system would and used esbuild only. I do realize that I have to build all “components” by myself now, but I’ll look into that.