Nico Schlömer

Results 241 issues of Nico Schlömer

The best top/htop upgrade imho: https://github.com/aristocratos/bpytop.

I'd love to see my monthly downloads. Not sure if the API allows for that though.

enhancement

The pepy graph shows all versions as if they had existed forever: ![screenshot](https://user-images.githubusercontent.com/181628/88686513-76fccd00-d0f7-11ea-9317-07abc76324ed.png) It'd be more instructive if the stats for each version started showing only from its release date...

enhancement

The pepy badge shows the count for all (`*`) versions, but this value is not included by default in the graphs. It is not clear that `*` is a valid...

enhancement

`\text{a}` and `\textit{a}` compile fine with KaTeX, `\emph{a}` doesn't. Perhaps that'd be a worthwhile addition.

enhancement

Here's a really weird one. The following math notation looks wrong (mind the order of the brackets), but compiles into LaTeX ```latex \documentclass{article} \begin{document} \[ \Big{(a + b \Big)}^2 \]...

bug

See https://github.com/KaTeX/KaTeX/discussions/3637.

In LaTeX, it's possible to define newcommands like ```latex \newcommand\ip[3][]{{{\left\langle{#2},{#3}\right\rangle}_{#1}}} ``` Note the additional `[]`. It can be used to specify default arguments and enables the syntax ``` \ip[2]{a, b}...

enhancement

A while back, [support for `gather[*]` has been added](https://github.com/KaTeX/KaTeX/pull/2183). `equation`, `split`, `align`, `alignat` are also supported. I'd love to see support for `multine`. ```latex \begin{multline} a+b+c+d+e+f+g+h+i+j+k+\\ l+m+n+o+p+q+r+s+t+w+x+y+z \end{multline} ```

enhancement

I just checked out the sympy's import time with Python 3.7's `importtime` and [tuna](https://github.com/nschloe/tuna) ``` python3.7 -X importtime -c "import sympy" 2> out.log tuna out.log ``` Bottom line: `sympy.polys` take...

Performance