Casper da Costa-Luis
Casper da Costa-Luis
- `p1`/`p0`?: `cml pr` should complain (exit non-zero) if a PR already exists, and also have a `--force` flag to suppress the warning and force-push an update to the PR....
Collection of DVC issues which CML functionality needs ## Potentially needs - pulling & pushing cache (For syncing experiments. Any other reasons?) + https://github.com/iterative/dvc/issues/4268 + retrieve plots from run-cache https://github.com/iterative/dvc/issues/4096...
Use `CML_TOKEN` instead of `REPO_TOKEN` to - avoid potential namespace clashes - better reflect that it could be a project token, org token, bot token, encoded username & password, etc...
> Part of #514 - Adhere to https://github.com/iterative/dvc.org/issues/2443 in general - Migrate command details to cml.dev/doc/ref - Anything else?
### Issue description or question When posting reports as GitHub comments, any existing report is deleted and a new one posted. This is wrong since it will trigger email notifications...
Been meaning to do this for ages. (Finally) closes https://github.com/iterative/dvc.org/issues/234.
- [ ] discussion blocked by/depends on https://github.com/iterative/dvc/issues/7866 Some features often underused/misunderstood/unknown could be helped by better docs/messaging/onboarding clarity. - Should there be a page clearly describing the difference between...
> From https://github.com/iterative/cml/pull/492#pullrequestreview-650736268 We need to decide on a clear scope of README files (and, *ahem, cough, cough* docs). Right now, https://dvc.org/doc/cml is just a mirror of https://github.com/iterative/cml meaning a...
Many posts are really worked on a lot by multiple people. While we encourage one person to drive a post slightly more, it seems fair to include others as co-authors....
`$PYTHON virtualenv.pyz -q env` creates an `env` dir, but no `env/bin` subdir. ```bash $ bash setup ... setup: line 267: ../env/bin/pip: No such file or directory $ ls ~/.bashhub/env/ lib...