skshetry
skshetry
Note that we now have the support in upstream `scmrepo`, but we are waiting for a bugfix from dulwich to release a new version.
@clamydo, could you please elaborate on what's missing/left here to do? It'd be easier for someone to take over. --- Overall, the code looks good to me, but looking at...
`dvc run` only executes one single stage, so it's more like `dvc stage add ...` + `dvc repro --single-stage `. So it does not make sense to put that into...
#4344 and this issue are related to staging in dvc-data.
This is something that I am interested to work on, for the UI changes soon. For this, we may need events/callback changes in the internals, and a better component to...
@casperdcl, more than `tqdm` supporting right now, what do you think having multiple things to update to fits in the tqdm? I was mostly trying to avoid writing our custom...
@jorgeorpinel, I'm unable to reproduce this on a temporary directory. Can you provide more information? P.S. I was able to reproduce when I deleted `.git` folder inside a `dvc init`...
Reopening, looks like it's broken again: ```console $ dvc init --no-scm $ dvc config core.no_scm False $ dvc version -v 2020-06-18 22:39:10,654 ERROR: unexpected error - expected str, bytes or...
Related: libgit2/libgit2#6391?
> From the DVC docs, the variables are scoped per stage/foreach block and can't be referenced outside of it. They can also be shadowed by using the same variable name...