David de la Iglesia Castro

Results 293 comments of David de la Iglesia Castro

> > ``` > > * [ ] [integrations: How to manage versions #221](https://github.com/iterative/dvclive/issues/221) > > > > * [ ] [`step`: Remove methods in favor of `@property`. #172](https://github.com/iterative/dvclive/issues/172) >...

Nice to have: - [ ] #221 - [ ] #283

This is a bug introduced in `meerkat==0.2.5`. I have submitted a patch to https://github.com/robustness-gym/meerkat/pull/260 If you force install of `meerkat

If the check is cheap to perform, I think would be also nice to include the check as part of `dvc doctor`. Similar to how the `Caches` displays a [link...

> I agree, I don't think the command helps, we should try to improve on error messages and exceptions. I'll suggest closing this in favour of https://github.com/iterative/dvc/issues/6353. The way I...

How would you differentiate the git remote name from a local path? From https://dvc.org/doc/command-reference/get#description: > url can also be a local file system path (including the current project e.g. .).

@samuelkees Can you try running the command but wrapping the argument with quotes `'data/?test.txt'`?

This was introduced in https://github.com/iterative/dvc-objects/commit/23e87bb76bca81fd88053f8fadf628d975f94a12 cc @efiop

We have recently added support for using Hydra alongside DVC in https://github.com/iterative/dvc/pull/8093 I believe it could be a simpler solution for your use case. Setup would be to split each...

Forgot to mention, you need to run: ``` dvc config hydra.enabled True ```