Casper da Costa-Luis

Results 233 issues of 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....

p1-important
cml-pr
ui/ux
external-request

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...

question
p1-important
epic
discussion
dvc

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...

hacktoberfest
technical-debt
cml-runner
ui/ux
p2-nice-to-have

> 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?

documentation
epic
p2-nice-to-have

### 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...

enhancement

Been meaning to do this for ages. (Finally) closes https://github.com/iterative/dvc.org/issues/234.

C: ref
C: start

- [ ] 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...

type: discussion
A: docs

> 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...

A: docs
✨ epic

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....

type: enhancement
A: website
website: design
website: eng-blog

`$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...