Ashwin V. Mohanan

Results 234 comments of Ashwin V. Mohanan

I would prefer the `dark` instead of `night` theme. I think the phrase "dark theme" is more common. What do you think?

Solution to set wallpaper found from: * https://superuser.com/questions/488232/how-to-set-kde-desktop-wallpaper-from-command-line * https://github.com/pashazz/ksetwallpaper etc.

Isn't it only valid if the sortby==top?

Also just a suggestion: add it as an command line option via config.py parse_args function.

Now there is another (nicer) variant: https://www.python.org/dev/peps/pep-0585/, which would be / is available starting from Python 3.7: ```python from __future__ import annotations def find(haystack: dict[str, list[int]]) -> int: ... ```

Support for mypy should be easier to implement soon with numpy>=1.20 when type hints for arrays will be supported. https://github.com/numpy/numpy/milestone/83

An updated snippet for MathJax v3. See: - https://mathjax.github.io/MathJax-demos-web/convert-configuration/convert-configuration.html - https://docs.mathjax.org/en/latest/upgrading/v2.html ```html window.MathJax = { options: { skipHtmlTags: ['script', 'noscript', 'style', 'textarea', 'pre'], ignoreHtmlClass: 'tex2jax_ignore', processHtmlClass: 'tex2jax_process' }, tex: {...

I think this can be reopened as decktape only permits PDF exports. That too as screenshots and not text. It would be nice to have as HTML slides. pandoc does...

@baileythegreen Hi, the following terms have been defined atleast once in the `main` branch, but appears as pending task here. Shouldn't it be checked out? **Update**: removed some partial matches...

I would like to define 'ipython', or rather 'IPython'. PR to follow soon.