Zachary Moon

Results 92 comments of Zachary Moon

@jbusecke there are still some things to resolve, but I think this is ready for another look

I tried to test for the `xmovie.core` module-level warning about tqdm like this ```python # Separate file import warnings import pytest from . import has_tqdm def test_tqdm_message_on_import(): if has_tqdm: with...

Yes I will give it a try after #67

> I don't understand why calling `Julia` twice would fix anything, though. Just wanted to report that even with non-custom Julia, on Windows for me `from julia import Main` fails...

@awvwgk how would you suggest doing this while keeping a single source? GH Action to update the wiki page based on the Jekyll version (skipping the YAML FM) could work?...

Ah ok gotcha. Would that be everything under "Package index requests"?

I could do a PR for this if there is interest. If there isn't, feel free to close this issue.

@jorisvandenbossche I can assure you that the fix I mentioned [above](https://github.com/numpy/numpydoc/issues/322#issue-863996249) does work though (I did a local build), and it does ~~not~~ affect the left sidebar (still nonexistent, but...

@jorisvandenbossche have you had a chance to look at my previous comment?

So, in Pluto, the whole `LaTeXString` is passed to MathJax. And since MathJax is math-first, you have to wrap normal text with `\text{}` to keep it from being treated as...