Justin Walker
Justin Walker
Bumping this. I can get the Greek in Emacs, but the glyphs are not monospaced. 
This is with 0.11.20, BTW, since I ran into another issue on 0.12. ```julia using Enzyme using FiniteDifferences function sum_coeffs(lbound, ubound, diffOrder) fdm = FiniteDifferenceMethod(lbound:ubound, diffOrder) return sum(fdm.coefs) end @show...
Yes, I'm using Julia 1.10. I just tried what you said, and it resolved the issue. I didn't appear to precompile, but it worked. Thanks! Just so I understand, it's...