-
# Bug Report
## `dvc exp` commands always request my passphrase.
## Description
Hello,
I have the following unwanted behavior. First of all my config looks like this:
```config
[core]
…
-
When branches have wildly different remote setups, those configs are not taken into account during fetch/push/status -c --all-tags/branches/etc
Example:
```
#!/bin/bash
set -e
set -x
rm -r…
efiop updated
1 month ago
-
# Bug Report
## Description
With `cache.type = copy`, executing `dvc add -R` twice clears the executable flags from the added files. The first time, `isexec` is correctly added to the corre…
-
-
# Bug Report
## Description
I queued and started a couple experiments. Some of them failed for unknown reason though the only difference to successfully started experiments is a loss wei…
-
dvc pull fails with the error on the screenshot, I tried downloading latest sqlite3 and compile from source but turns out lambda environment doesn't give much control
```
# # Configuring remote se…
-
# Bug Report
## Description
Whenever I run `dvc repro` the same entries keep being appended to the corresponding `.gitignore` files.
Sample content of `.gitignore` file:
```
/X.csv
/grou…
-
This is a feature request to integrate data versioning for file-based DataObjects.
I come from a Machine-Learning (ML) Use-Case background and think integrating a data versioning tool such as (DVC,…
-
-
After the recent changes to read cached metrics (and using now DVCFS?).
Since in the `dvc_objects.Path` (name is confusing, should be PathUtils or something like that, as well as in objects like an…