Danica J. Sutherland
Danica J. Sutherland
> Or when I request a rerender with the webservice, a meaningless commit wastes CI. That was the motivation for `[skip ci]` in the previous version. We could make adding...
I think it sat long enough, and so went ahead and changed it. :)
Actually @conda-forge-admin / @conda-forge-linter should be changed too; those are set separately and I don't have access.
Looks like you can set a Gravatar email for an organization, but not (AFAICT) for a user account.
I think it would probably be good to have a little bit more in general of "my pull request's been merged, now what?" docs, including this, that we can just...
Rather than symlinks, one could check the actual SONAME. Something like this: https://gist.github.com/lebedov/5111696
This was fixed in #54.
It's not only that the indices are relative like @bchretien said: I think the fragment-parsing code renumbers the fragment indices before the math is parsed. So this doesn't work as...
I've recently started pre-rendering my mathjax into SVG with mathjax-node. This avoids occasional layout problems with Reveal, reduces the client-side load of rendering, and as a happy side effect fixes...
Oh, yeah, they don't do the actual encoding. That's actually exactly what the `default` method of JSONEncoder does anyway – I'll take a bit more of a look at things...