vscode-dvc icon indicating copy to clipboard operation
vscode-dvc copied to clipboard

Machine learning experiment tracking and data versioning with DVC extension for VS Code

Results 125 vscode-dvc issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.18.1 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.1 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) v5.3.3 5.3.3 (2022-05-18)...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

Currently the custom plots only support param vs metric. It would be great if the custom plots can support metric vs metric, param vs param, or even metric vs param.

enhancement
priority-p1
A: plots

Vegalite has [limitations](https://vega.github.io/vega-lite/docs/size.html) on responsive resizing (using the size of the plot's container). These limitations are on multi view plots. There are multiple workarounds to fix this. Some might fix...

priority-p2
blocked
A: plots

In computer vision, specifically object detection, it is common for a pipeline to output images with bounding boxes displaying the area of interest for specific objects. When the image(s) are...

story
priority-p1
A: plots

With a complicated DVC pipeline, with dynamic parametrized dependencies it's not easy to get an exact command that is needed to run a specific stage under debugger outside of DVC....

priority-p1
research
A: integration
📦 product

For simpler onboarding (and tutorial) it would be handy to have a button like this. It can cover only new files (no complicated scenarios like adding files into a directory...

enhancement
priority-p2
A: data

![image](https://github.com/iterative/vscode-dvc/assets/32666611/cb0636e3-6db3-4913-917e-a11b750412d5) I have a repository structure (depicted in the image) where I want to use different stages and different params for each inspection, so each subfolder has its own params.yaml...

priority-p2
A: experiments

# Removing functionalities until used As learned from improving the plots webview performance, we do not need to set up every functionality all the time. We can anticipate its use...

priority-p1
A: experiments
performance