skshetry

Results 318 comments of skshetry

@gregstarr, can you please retry with the latest version and see if it works? I am not able to reproduce. If you can reproduce, please provide a reproducible script. :)

Closing due to lack of response.

@dberenbaum, I am closing the issue as we don't have enough information to reproduce, and we do not hear any more reports. Feel free to reopen if you think it's...

It looks like you have to pass `addressing_style: 'virtual'` to botocore to enable this? https://github.com/boto/boto3/issues/2477

This is kinda tricky to fix correctly in the `DataFileSystem`. We know it's a directory due to `.dir` in the hash, so `isdir` should return True. But when you go...

Note that this only happens if the `param` name is `size` or `nfiles`. 😅

We are recursively excluding `nfiles` and `size` before "hashing" for stage cache, which is incorrect. But I have to think it through what impact this can have. Most likely, we'll...

Yes, it likely affects all of the commands, as most of them call `collect_granular`.

I don't think local cache is being ignored here. @dberenbaum, in the above script, DVCFileSystem is copying from workspace files. If you add `rm -rf dir` after `git commit`, it'll...

Closing as it's been a while we dropped support for 1.x lockfiles. It's unlikely we are going to add support for it back, but we will be careful while making...