Matt Seddon

Results 16 issues of Matt Seddon

# Bug Report ## Description I was working on a new command in the extension where you can "share an experiment". I got some surprising results in that the experiment's...

awaiting response
product
A: experiments

# Bug Report ## Description In the extension we are going to use `dvc data status --show-json --with-dirs --granular --untracked --unchanged` to get the data that we need for several...

product
A: data-management
bug

# Bug Report ## Description On initially cloning a repository all tracked paths are shown in three categories: 1. Not in cache 2. Committed modified 3. Uncommitted deleted There can...

p1-important
product
A: data-management
bug

# 1/2 `main`

blocked
product
do not merge
DVC-first

# 2/2 `main`

product

DVC are about to introduce flexible plots via the `plots diff` command. ### Example of a flexible plot: ![image](https://user-images.githubusercontent.com/37993418/169924818-f94c0f14-9be7-4b60-ae5e-27cc7f8ff33f.png) In this particular example, we can see that there are multiple...

enhancement
priority-p1
discussion
🎨 design
A: plots
A: integration

When running a checkpoint based experiment with 200 epochs (in the workspace) `exp show --no-fetch --show-json` can take ~2m to return. The command seemed to max out at `138696ms` run...

A: table
A: integration
performance

Currently for Python virtual environments we use `ms-python.python`'s API to grab the currently selected Python interpreter and then we run: `$python_bin -c "import sys; print(sys.executable)"` This gives us the absolute...

enhancement
research
blocked
A: integration

# Bug Report ## Description If DVC is unable to parse any of the `dvc.yaml`s in the workspace `dvc data status` throws an unexpected error. E.g: ``` ❯ dvc data...

p2-medium
product
A: data-management
bug

First follow-up from https://github.com/iterative/vscode-dvc/pull/2617. Seems like we need to do the same check in a few different places, I considered adding a more general object util but this is what...

🏠 housekeeping