Eric Larson

Results 145 issues of 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`...

DOC

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...

type:proposal
internals:toctree

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...

builder:html
internals:config

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...

Documentation

... 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: ![image](https://github.com/user-attachments/assets/0cc7d1f0-46d2-4828-a79d-838a747830f1)...

Closes #12899

no-changelog-entry-needed

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...

DOC

### 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...