Richard Höchenberger

Results 159 issues of Richard Höchenberger

Hello! I've come across some situations where I don't get the expected docstrings in packages that, it seems, are using SciPy's [doccer](https://github.com/scipy/scipy/blob/master/scipy/_lib/doccer.py) (or derived / similar tools) to reduce docstring...

enhancement
docstrings

Hello, I must be missing something fundamental here, but the issue is the following: Consider this MWE: ```python %matplotlib widget import matplotlib.pyplot as plt plt.ioff() fig, ax = plt.subplots(figsize=(2, 2))...

### Bootstraptable version(s) affected 1.19.1 ### Description When using the `fixed-columns` extension and enabling a fixed height for the table, the vertical scrolling positions of the "fixed" and the remaining...

Bug

Hello, I've added `antropy` to `conda-forge`; please let me know if you'd like to be added as a co-maintainer for the respective feedstock. It could also make sense to amend...

enhancement

@peircej mentioned that he observed a changed timing behavior on Macs since High Sierra, potentially related to triple buffering. I just ran a quick test on my brand-new MacBook Pro...

🌟 enhancement
👀 visual

I've only recently started using the Builder again after taking a break of several years. I always found it difficult to force my ideas into the "Builder type of thinking",...

🌟 enhancement
💻 app/ui

I believe this screenshot illustrates my main issues: ![image](https://user-images.githubusercontent.com/2046265/184113540-007f830a-3092-4b2f-9837-b79f1c2258ed.png) - The toolbar is filled with white nothingness - The "reset" rescale button is smaller than the plus and minus buttons...

BUG
GUI

We were looking at "static" data (only a single time point), hence we turned off `show_traces` to have more space. But then when we discovered an "interesting" region, we couldn't...

ENH
VIZ

Reported at https://mne.discourse.group/t/mne-visual-92-categories-data-sample-subject-0-raw-1-fif-does-not-exist/5204 The dataset consists of 4 split files, but they've been manually renamed. To fix: Each file should be read individually, and `on_split_missing='warn'` should be passed. Then the...

BUG