Peter Rowlands (변기호)

Results 231 comments of Peter Rowlands (변기호)
trafficstars

This is also reproducible in `dvc add` and it affects any symlink that points outside the repo directory (whether or not it's linked to the cache dir should be irrelevant...

I think this issue probably needs more investigation - adding symlinks this way definitely worked properly in past versions of DVC, and we should figure out what/when actually broke this...

> btw just to confirm @dberenbaum does `git fetch --depth=2` also obtain DVC exp's hidden reflog? No, this just sets the depth of whatever refs have already been cloned/fetched to...

> ok so I assume only `git fetch --unshallow` will work? Is there no other way? What if the repo is massive and a full unshallow is undesirable? This won't...

> I don't follow, can't you build an image using a different FS? Yes, the fs needs to support reflinks for DVC to take advantage, setting this up makes sense...

> I guess we have really enjoyed how independent each of these tools are and I could see how `dvc exp` and TPI's `task` could work together, I'm missing the...

This probably belongs in the `tpi` python package. But also, IMO the python package should reflect all of the resource types supported in the actual provider (so both `iterative_machine` and...

I see that `iterative-machine` is now undocumented in the readme (and the formal provider docs), but having a standardized (cloud-agnostic) way of specifying a remote machine with consistent mappings for...

> ### Agent > The user launches an agent that waits for jobs to be executed. The main difference between an executor and the agent is that the latter needs...

Right, I think and having some kind of middleware that provides more granular control over task/job execution is what would fit DVC's needs the best