David de la Iglesia Castro

Results 296 comments of David de la Iglesia Castro

@tibor-mach This answer might help you understand the differences between params and templating resolving: https://github.com/iterative/dvc/issues/7316#issuecomment-1027703686

> Is that something I could help with perhaps (in case this is a feature you'd like to include)? I am not very familiar with the inner workings of dvc...

Hi @RBMindee ! > We are unsure if it is due to our poor use of the tool or if it is a real bug. From what you describe, your...

Thanks @RBMindee ! Could you run the same but with `--jobs=1` and `--viztracer-depth 8` ?

> Additionally I also timed aws s3 cp on a zip archive containing all of the cache and it takes 0.27s, thus about 100x faster than the original command. Zipping...

Not sure how critical or relevant these 2 points are. Perhaps is only required to acknowledge them in the docs, wdyt @dberenbaum

Related: https://discord.com/channels/485586884165107732/485596304961962003/1123890104742707231

I can confirm from my own experience that `core.autostage` is very usefull and not that easy to discover.

See previous discussion comments: https://github.com/iterative/dvc/discussions/6542#discussioncomment-1287600

> What's the advantage of `--json | jq > vega.json` over `--show-vega > vega.json` when we still need to use `vl2png` anyway? We can use `--show-vega` for this example, as...