You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I can't act on this (I don't think?), and I didn't import MathTeXEngine (Makie did), so I'm not really in a position to do anything about it. I think if this a real problem, it should be a hard-error so Makie's CI fails and they don't make a release declaring compatability with this version of MathTeXEngine, and if it's not a real problem, then it should emit a @debug log or such so it doesn't show up every session for downstream users.
The text was updated successfully, but these errors were encountered:
That's a small problem I somehow let slipped through. It is solved on the lastest version of MathTeXEngine.jl, but a bit of work is needed for compat with Makie.
If it's just a small non-breaking fix, you could fix it on a branch going off the last minor version and tag it as a patch release. Then it wouldn't have to wait for Makie merging the minor version.
I see this whenever I load Makie:
As a user, I can't act on this (I don't think?), and I didn't import MathTeXEngine (Makie did), so I'm not really in a position to do anything about it. I think if this a real problem, it should be a hard-error so Makie's CI fails and they don't make a release declaring compatability with this version of MathTeXEngine, and if it's not a real problem, then it should emit a
@debug
log or such so it doesn't show up every session for downstream users.The text was updated successfully, but these errors were encountered: