Michael Hanke
Michael Hanke
One more data point in favor of being less strict about "missing" submodules. DataLad (http://handbook.datalad.org/) uses the submodule mechanism to specific subdataset component/dependencies. Scientific datasets, e.g. https://github.com/psychoinformatics-de/studyforrest-data use this to...
Thanks for the swift reply! re `fslreorient2std`: Great, we will try that out and see if it can explain the diff. re update: I know that you only accept fast-forward...
> 1. Where is the superdataset going to be placed? `sourcedata/`? Something `.bidsignore`d? Yes, likely. > 2. I'm not sure if we smoothly handle git submodules yet. That's definitely on...
No change re state within the past 18 months. Sigh.
18 left!
I am not sure what is suboptimal here. If you are hinting at making two calls rather than one, I'd say that the actual `pathlib` replacement for `lexists()` should use...
Related: https://github.com/datalad/datalad/issues/4056
The reason why `normpath` is not in `pathlib` is that it is not _generally_ safe to use. Consider this: Setup ```sh ❯ mkdir /tmp/norm ❯ ln -s /etc /tmp/norm/dummy ```...
Looks like this is a change that is conditional on a gitlab feature. The regex is `[a-z0-9]+([._-][a-z0-9]+)*(/[a-z0-9]+([._-][a-z0-9]+)*)*` It is not clear, which direction we should take to accommodate these changes....
OK, so it sounds as if the plan could be to unify the "special chars" between `_repo_` and `some--other` to a single and identical char, and make that configurable. That...