Ruslan Kuprieiev

Results 325 comments of Ruslan Kuprieiev

list now supports `--config` and `--remote-config` (see https://dvc.org/doc/command-reference/list), which should be enough to work around this. I don't think it would be expected behaviour for `dvc list` to automatically pick...

Doesn't seem like there is a lot of demand for this. If someone would be interested in having support for this, first step these days is to implemented fsspec fs...

Checkout now deletes empty folders. Closing.

@martindurant Hm, that is indeed surprising. We only have `any` wheel in https://pypi.org/project/sshfs/#files , which I thought meant noarch (same with underlying asyncssh). Are you sure it is not some...

@martindurant Ah, right 😅 I remember we tried `noarch` before, but maybe it wasn't with sshfs conda package specifically and so we copied it over from another place with no...

@martindurant Yeah, looks like we just copypasted it back then without trying `noarch` first. Fixed in https://github.com/conda-forge/sshfs-feedstock/pull/20 . Thanks for the heads up! 🙏

> 1- it seems that prefect uses the full uri for the destination path in put_file, I don't know if it is valid but anyway the SFTP implementation was able...

> I think we should start with a small set of APIs. commonpath, join_path and split_path seems fundamental to me. I agree. This is a draft, so will likely lose...

@skshetry > I think localfs is a special case. For dvcfs/gitfs, we could translate the paths at the boundary. Handling cwd is not really anything special though (and one could...