Paweł Redzyński
Paweł Redzyński
* [ ] ❗ I have followed the [Contributing to DVC](https://dvc.org/doc/user-guide/contributing/core) checklist. * [ ] 📖 If this PR requires [documentation](https://dvc.org/doc) updates, I have created a separate PR (or issue,...
Update: see https://github.com/iterative/dvc/issues/4297#issuecomment-739848041 ~~version : `1.2.2`~~ ~~commiting output instead of stage, when there is no `dvc.yaml` results in:~~ ~~`ERROR: failed to commit data - 'dvc.yaml' does not exist.`~~ ~~in `0.94.0`...
On `import git` GitPython calls `git` 2 times, upon running [refresh](https://github.com/gitpython-developers/GitPython/blob/07657929bc6c0339d4d2e7e1dde1945199374b90/git/__init__.py#L68) method. Those calls have potential of being a bug source since the user has no way of providing environmental...
I am trying to use CodeBuild in time-consuming build that might exceed GitHub Actions free tier timeout (6 hrs). Is it possible to somehow `detach` the build? I am fine...
I think that `updated` field in RSS field should be tied to commit creation date. Currently it is run date, so in situation, when for example: - we change the...
- [x] #225 - [x] #272 - [x] #246 - [x] #273 - [ ] #326 - [ ] #231 - [ ] #332 - [ ] #323 - [...
Seems we should be supporting at least few popular frameworks. Considering their popularity, we should probably start with: - [x] keras - we have initial implementation - [x] ~~sklearn~~ -...
updates: - [github.com/codespell-project/codespell: v2.1.0 → v2.2.1](https://github.com/codespell-project/codespell/compare/v2.1.0...v2.2.1) * [ ] ❗ I have followed the [Contributing to DVC](https://dvc.org/doc/user-guide/contributing/core) checklist. * [ ] 📖 If this PR requires [documentation](https://dvc.org/doc) updates, I have...
* [ ] ❗ I have followed the [Contributing to DVC](https://dvc.org/doc/user-guide/contributing/core) checklist. * [ ] 📖 If this PR requires [documentation](https://dvc.org/doc) updates, I have created a separate PR (or issue,...
Related : https://github.com/iterative/studio-support/issues/57 1. Ambiguous behavior: For given script: ```bash #!/bin/bash set -exu pushd $TMPDIR wsp=test_wspace rep=test_repo rm -rf $wsp && mkdir $wsp && pushd $wsp main=$(pwd) mkdir $rep &&...