Eric Larson
Eric Larson
... FWIW generally speaking my process is to use a single dev env for as much stuff as possible, and if there are outliers that don't get along with the...
Regarding names when things were ambiguous I think I tried to side with `names.inc`. There are three potential sources of truth: that, GitHub profile, and `.mailmap`. I figure mailmap is...
I should be able to look into this tomorrow
@SHEscher would you be up for making a PR to fix it?
> Currently there's a bug when changing channels that results in incorrect labels So this is a point at which I would start adding stuff like this to the code:...
Okay with switching to a `PySide6>=6.7.3` pin once it actually lands. I'd rather not get rid of `qtpy` -- it has very little maintenance overhead / burden for us and...
FYI I just tried to use PyQt6 and then PySide6 with vscode's Python debugger and ran into https://github.com/microsoft/debugpy/issues/1488 and https://github.com/microsoft/debugpy/pull/1569. So Qt6 support is still in the works / incomplete...
Looks like @wmvanvliet has been busy trying to make things better there at least :) https://github.com/microsoft/debugpy/commit/0035e83a40ba77080f9ae8b829835b2a0c4834f6
I consider this more or less a `matplotlib` issue. I'd rather follow whatever they do and stay consistent with scientific Python ecosystem practices. So if `pip install matplotlib` doesn't install...
> MNE automatically shows interactive plots, which Matplotlib doesn't. So unless we change that behavior (which I have suggested previously) to be consistent with Matplotlib, I don't think we should...