Michael Hanke

Results 197 comments of Michael Hanke

I am putting this into draft mode. There has been no activity in a while. Please close, if abandoned.

Thanks a lot for detailing this! I think it is worth having the annex metadata pruning as a feature, i.e. - after `filter-branch` and before `annex forget` obtain a list...

Cross-referencing https://github.com/datalad/datalad/issues/600, which could, once resolved provide simple means for splitting a dataset, when there is no interest in preserving prior history. In https://github.com/datalad/datalad/issues/600#issuecomment-1059206527 and following, I demo how this...

I can replicate this. `-fuse` defines this parameters as ``` "foreground": Parameter( args=("-f", "--foreground"), action="store_true", doc="""Run process in foreground [required].""", ), ``` which is similar to what `create` does ```...

Ok, so I take my initial analysis back and now claim that this has nothing to do with `-fuse`, or in fact any extension. I applied the following patch to...

Nobody has worked on this for a month. There is virtually no cost to closing a PR to stop exploiting people's attention span. If interest ever rekindles, reopening is a...

They are not hidden away. `configuration` will be the primary interface, and it will have read and write capabilities. The other, then duplicate interface can only provide one additional value...

Whether or not `configuration` has caching only matters in Python sessions, in such sessions it will use the read-cache outlined above. Users can use `configuration` under all circumstances. There is...

I think I cannot keep track of all possibilities anymore. It seems you have different ideas. I only have a normal datalad command that uses the same cache we have...