Yaroslav Halchenko
Yaroslav Halchenko
I wondered if it is possible to get a report which instead of amount of changes could just report in how many days of that month/week developer was contributing. I.e....
https://github.com/bids-standard/pybids/issues/807 inspired me to search here to find **no** issue which would suggest to incorporate reading/using [BIDS schema](https://github.com/bids-standard/bids-specification/tree/master/src/schema) to avoid hardcoding bids assumptions in python code within pybids. My current...
[BIDS](https://bids-specification.readthedocs.io/en/stable/03-modality-agnostic-files.html#scans-file) prescribes that file "to describe timing and other properties of each imaging acquisition sequence (each run .nii[.gz] file) within one session". Not entirely clear why not this field in...
didn't check what would happen if I add a `suffix` column to `participants.tsv` but imho smells like a regression which caused `suffix` to be added where it shouldn't be... please...
#### General informations - system/distribution (with version): ``` $> apt-cache policy offlineimap offlineimap: Installed: 7.3.3+dfsg1-1+0.0~git20211018.e64c254+dfsg-1 Candidate: 7.3.3+dfsg1-1+0.0~git20211018.e64c254+dfsg-1 Version table: *** 7.3.3+dfsg1-1+0.0~git20211018.e64c254+dfsg-1 900 900 http://deb.debian.org/debian bookworm/main amd64 Packages 900 http://deb.debian.org/debian bookworm/main...
originally reported long ago in #234, then was thought to be addressed, reported by me in #832 against 2.3.1, and didn't actually die for me with 2.3.2 release: ``` root@smaug:/tmp/buildd/ants-2.3.2#...
This is a supplement to https://github.com/ANTsX/ANTs/issues/898 so all other details could be picked up from that report. If I disable the test for CXX_HAS_DISABLE_OPTIMIZATION_FLAG then `cmake` call still fails for...
Discovered while trying out LaplacianThickness bindings in nipype. Came to realization that it seems that some people (including yours truly) possibly do not correctly treat Usage descriptions such as ```...
Now that you are in git world, you must be familiar with e.g. "git commit", "git add" being gatewayed into calling actual "git-commit" and "git-add" command lines shipped in private...
in some cases we can figure out what `_acq` or `_proc` entity to add (e.g. for motion correction) but it would be hard to impossible to assemble the knowledge about...