Randolf Scholz
Randolf Scholz
Numpy and many other libraries have introduced additional aggregation functions that ignore 𝙽𝚊𝙽-values, for instance: - `numpy.nan[sum, mean, min, max, argmin, argmax, median, std, var, prod, quantile, percentile]` - `torch.nan[sum,...
Consider the following code ```latex \newunicodechar{𝔸}{\mathds{a}} \newunicodechar{𝔹}{\mathds{B}} \newunicodechar{ℂ}{\mathds{C}} \newunicodechar{𝔻}{\mathds{D}} \newunicodechar{𝔼}{\mathds{E}} ``` When trying to block select the second curly brackets, TeXstudio selects the wrong characters in the 3rd line ...
Hello, I have no legal background, but according to currently according to this discussion: https://opensource.stackexchange.com/questions/1720/what-can-i-assume-if-a-publicly-published-project-has-no-license, > If a repository has no license, then all rights are reserved and it is...
## Description With this extension enabled multi-cursor selection via [alt]+mouse-drag ceases to work in jupyterlab. ## Reproduce 1. `conda create --name demo -c conda-forge jupyterlab jupyterlab-lsp python-lsp-server` 2. `conda activate...
### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...
This is a port of https://github.com/python/typing/issues/159, which was closed as being out of scope, with https://github.com/srittau suggesting it maybe be more suitable for [typeshed](https://github.com/python/typeshed) instead. It would be useful to...
### Proposed new feature or change: Not sure why this is not a thing already, but for example ```python np.einsum("i -> ii", np.arange(5)) ``` raises `ValueError: einstein sum subscripts string...
### Environment - TeXstudio: 4.3.1 - OS: Ubuntu 20.04 / 22.04 - TeX distribution: texlive ### Expected behavior According to the documentation setting `% !TeX program = pdflatex` should work...
**Is your feature request related to a problem? Please describe.** Sometimes I find myself needing small tables of data for configuration, for example a table containing units and upper and...
**Is your feature request related to a problem? Please describe.** It would be nice to be able to force black to **never** change the order of code and comments. for...