Clemens Brunner

Results 317 comments of Clemens Brunner

How did you install MNELAB? How did you start it (i.e. what is the command that leads to this error)?

This is useful! Can you make it so that the context menu only appears when the mouse is over an actual entry? Right now you can click *anywhere* in the...

Could this be a test then?

Alright, detection works now, but there are two problems (at least as of Qt 5.15.4, I'm still hoping things will improve with PyQt6/PySide6 but I haven't tested this): 1. Qt...

Maybe running arbitrary Python code is too complex and dangerous, but we could add an option to run a previously saved history script. This would mean that a subset of...

@jgcaffari1 this is now ready. Do you want me to include your real name in the changelog (if so please let me know)?

Thanks for your PR! Would you mind splitting it up so that one PR tackles exactly one issue? Regarding the arguments, can you explain the issue with the current implementation...

I think that's a very good idea. Maybe the simplest solution would be to support profiles, which can either be loaded on startup (e.g. via command line parameters), or activated/loaded...

Yes, something like that. I think it should be possible to use a profile/config both from the command line and from the GUI.

This time I still do get an error: ``` Traceback (most recent call last): File "/Users/clemens/Repositories/mnelab/mnelab/mainwindow.py", line 938, in eventFilter bads = self.model.current["data"].info["bads"] TypeError: 'NoneType' object is not subscriptable ```