Paweł Redzyński

Results 69 comments of Paweł Redzyński

I think that the simplest seems to be just list available templates on `dvc plots templates` and `dvc plots templates {name}` would print to stdout. No dumping all templates, no...

@shelper Data registry is a separate project from your training and it should be treated as a "consumer" of the data rather than something that updates the registry repo. So...

I guess the right question to ask here is why not update the data registry? Is there a use case where one cannot update the data registry, and should be...

@ralphbird Do you have a workaround for that for the time being? Would the usual git-hook suffice? Something like: ```bash #!/bin/bash dvc status -q exit_code=$? if [ $exit_code>=1 ]; then...

My brief research seems to point into `dvc/repo/metrics/show.py::_to_fs_paths` as a culprit.

@allenyllee > When someone need to analyse log files, they need to: Clone the git repo, git checkout a tagged version, and dvc checkout to download files to the local....

Ah, got it, so the problem here is data of a big size, where copying it between different machines does not make sense. > First, I need to create git...

Aim of this issue is to parametrize tests in `tests/integration/plots/test_plots.py`, so that we have single use case per parameter set, and not testing few use cases at once, as we...