Matt McKay

Results 744 comments of Matt McKay

hey @jstac I think this is a good idea, particularly given a large number of users are on windows. This is an excellent point and not well tested.

This might be useful in the future (as it is currently in active development) - [ ] https://modin.readthedocs.io/en/latest/

thanks @jstac I will have a look at this on Monday.

https://www.pola.rs/benchmarks.html

@Alim-faraji this is a strange one. There must be something malformed in the `markdown` causing this `warning` to trigger. But I can't see it -- will keep digging.

the only `julia` highlighting is done on each `code-cell` as input blocks inside the `doctree` of the document. I wonder if there is any `julia` code that is throwing a...

@Alim-faraji it looks like the problem is with this code cell. Can you see why `pygments` may not be able to parse this? ```` ```{code-cell} julia # c policy using...

It isn't highlighted in the `html` output and a process of elimination points towards the code-cell. The `warning` is attaching itself to the nearest node (which is `unfortunate` and will...

yeah I did the same exercise and it seems to highlight via pygments directly, and in the notebook as well. re: `process of elimination` I cut text out of the...

Perhaps we setup a PR to add in `-W` when this issue is resolved but let's not hold up `julia` waiting for that to happen as `sphinx` internals can take...