Guillaume Favelier
Guillaume Favelier
The accepted solution of [stackoverflow](https://stackoverflow.com/questions/52312190/jekyll-projects-are-not-aligned) did the trick for me. I changed line 10 of `_includes/sections/projects.html`: ```html {% assign loopindex = forloop.index | modulo: 2 %} ``` by: ```html {%...
> Can you make it so that the context menu only appears when the mouse is over an actual entry? I'll see if I can make it work like that....
Thanks for reporting this! I was able to compile it on my Arch linux once I applied the patch you described. I just typed `y` when: ``` cp -i config.def.h...
> ... and the goal here is really to close https://github.com/mne-tools/mne-gui-addons/issues/14, right? Good call, I forgot to mention it. I'll update the first comment. **EDIT**: Whoops, already edited.
Thank you for chiming in @alexrockhill ! > Should I test it now? It's not ready yet and I will probably change things around but of course your opinion is...
Functionally, it's not ready yet, I have to fix the `QLineEdit` widgets of the status bar and refactor the `QListView` in `mne.viz.backends._qt`. We're getting close to the last batch of...
Locally, I reproduce during `mne sys_info`: ``` RuntimeError: the sip module implements ABI v13.0 to v13.3 but the PyQt6.QtCore module requires ABI v13.4 ``` The wheels for `PyQt6-sip 13.4` are...
The PR is still WIP because I split it in multiple PRs but feel free to try it @larsoner, @alexrockhill
> I think this is more related to the darkmode changes than this PR but the white text on gray of the header and bottom bars don't look very good....
I have to clarify two elements: * I disabled any type of dark theme support in this PR because it is not compatible with the color menu. I introduced the...