Eric Larson
Eric Larson
Some improvements we should probably make to code credit (fairly easy): - [ ] Initial commits / early days of direct commit pushing should be accounted for. Only PR `diffs`...
When doing a `toctree` directive one can restrict the depth _below_ a certain level like this: ``` Check out the cookbook: .. toctree:: :maxdepth: 2 cookbook ``` But if the...
Subject: Help people figure out why rebuilds happen by: 1. Making `.buildinfo["config"]` parseable rather than a hash 2. Logging more verbosely by default reasons why rebuilds are happening. 3. ~~Adding...
I always forget how to submit bug reports to OpenNeuro. So to save myself some effort next time, turn this error message: E RuntimeError: Error 404 when trying to download...
1. I was a bit bothered by the triplet of near-redundancy on the User Guide page between the left sidebar, main panel top table, and main panel bottom toctree list...
... I think due to the use of Gnome3 newer Ubuntu seems to by default now *require* a `.desktop` file to use something other than this in the dock: ...
See discussion in https://github.com/mne-tools/mne-python/issues/12861#issuecomment-2361102202
> I directly set this [filenames] attribute [...] because I find setting up a new reader by adding a new class a bit cumbersome. I mostly do the file-specific stuff...
### Before merging … - [x] Changelog has been updated (`docs/source/vX.Y.md.inc`) Final parts of `mypy` checking. Some stuff is still disabled like: - full checking of `tests/configs/*` -- I don't...