Gregory Starr

Results 47 comments of Gregory Starr

Hello, when running experiments in parallel, I am finding that local cache settings are ignored. I am using dvc 2.9.2. when I am in my repo: ``` (venv) [me@computer folder]$...

I had the same idea, some of my plots die and don't make progress for several days. It would be cool if we could set a time limit after which...

I think this will be taken care of by #9

looks pretty good! Can I run this on Windows or do I need to run it on linux?

Have you tried posting this on the trimesh github?

Awesome! That looks great. I have many of the functions documented using reStructured Text which I know can be turned into docs and static web pages using sphinx

I saw that in the documentation but it seemed like that would result in no output at all > do not write anything to standard output. Exit with 0 if...

Personally, I think just --json should basically imply "-q --json" because I can't think of any use case for using --json but wanting extra output

I have been using it like this: ``` dvc status --json > status.json ``` I am using it to check the status of my pipelines and pass the json data...

Thanks for looking into this!