Matt Seddon

Results 236 comments of Matt Seddon

Use https://github.com/iterative/vscode-dvc/blob/main/extension/src/plots/model/index.ts#L108 as an entry point.

I do not think that we need it.

> Are there some proposals, tickets, PRs for the plots JSON format? The original PR is here: https://github.com/iterative/dvc/pull/7367. From reading the description it looks like the data being duplicated is...

- https://github.com/iterative/vscode-dvc/issues/722 - https://github.com/iterative/vscode-dvc/issues/657 - https://github.com/iterative/vscode-dvc/blob/main/README.md#your-dvc-project

This is not automated at all but it is a solution that works: 1. Install `debugpy` into the virtual environment. 2. Add breakpoints to the script you want to debug....

I can make a tutorial and we can add it to the README/dvc.org if we think that would be useful.

You can still get collisions on the short hash. Are you suggesting using the full hash as the ID?

We also currently do not touch the stdout when providing updates back to the user in the form of toast notifications. We would need to update the output after switching...

https://github.com/iterative/dvc/pull/9490 has been merged on the DVC side.