Clemens Brunner

Results 84 issues of Clemens Brunner

Currently, the export machinery is a bit hacky and has grown over time. For example, there's one main function `export_file` in `mainwindow.py`, which calls specific export functions in `model.py`. However,...

enhancement

Currently, users can close an open data set even when the plot window is open. Upon closing the plot window, MNELAB crashes because the data set has been closed.

bug

At some point we should add tests - [pytest-qt](https://github.com/pytest-dev/pytest-qt) should work nicely (I hope).

enhancement

Dialogs should have tooltips for all fields, i.e. when hovering over a field a short explanation should pop up.

enhancement

**Describe the bug** Extension settings are usually located in `~/.vscode/extensions`. However, the settings for this extension are stored in `~/.vscode-R`. **To Reproduce** Here's an example of my setup, all extensions...

bug

- Extension version: v0.46.1 - VSCode Version: 1.69.2 - OS: macOS Steps to Reproduce: 1. Open a PR in a repository with branch protection 2. While tests are still running,...

under-discussion

Currently, we have to click on the "Refresh" button in order to view the latest changes. In contrast, viewing the PR on the GitHub website auto-updates e.g. the status of...

feature-request

Currently, exporting to EEGLAB always writes double precision floats. However, @arnodelorme mentioned in #11013, the EEGLAB default is actually single precision. Therefore, we should introduce a new parameter `precision` with...

ENH

I often find myself generating toy data (e.g. for educational or testing purposes), so I thought a dedicated function might be useful. It should be as simple as possible, for...

ENH

I think that a couple of features might be missing from our raw browser (not specific to any backend): 1. There is no indication of the absolute values of a...

ENH
BUG