nielash

Results 114 comments of nielash

One other thought just occurred to me -- I wonder if we should just return [here](https://github.com/nielash/rclone/blob/af6c376ef102e56704a8bb6d81e53f3311474fd3/vfs/dir.go#L819), at least when not using `--vfs-block-norm-dupes`. In other words, as soon as we find...

> I think yes - it would be even safer. I think it would actually be a little less safe... as the purpose of looking for a second match is...

> Error is only useful when using `--vfs-block-norm-dupes`? Isn't it? I tend to think that the type of user that would care about this error would be using `--vfs-block-norm-dupes` anyway,...

> Log shows that after 5 minutes it grinds to a halt. > > I thought it might be a network switch issue but trying the same download via the...

> I can try and pick up this issue if it has stalled. If you're still interested, that would be great 🙂 Here's an example of where that `indent` function...

Closing as duplicate of #7647

> there's no way from running a single rclone command whether the returned name `foo` is under `ociuser://timothee/sub/foo` or `ociuser://timothee/sub/foo/foo` In case this helps you in the short-term, you can...

@RONGALI-TARUN thank you for working on this! This addresses 2 of the 3 items outlined on #7566. Are you interested in working on number 3 as well? > 3\. audit...

> 3. as i look through the code as far as i understand the function` DeleteFileWithBackupDir` is specifically created to address when we have provided the `--backup-dir` or else if...

@ncw very helpful feedback, thank you! I think `fs.AddConfig` will work well for the actual code, but I'm not sure it will work for passing options from the tests, because...