Casper da Costa-Luis

Results 233 issues of Casper da Costa-Luis

- add `-g GLOB, --glob=GLOB` (fixes #22) + update `README.md` - lint + bump pre-commit hooks (closes #23) + run hooks (apart from this, no other changes were made to...

example: ```bash hubtraf --port 8989 --code 'sum(range(int(1e8)))' --output 4999999950000000 ... ```

i.e.: `add_argument(choices=...)` Maybe interface could be ``` --arg ARG : choose from [default: dflt|another|third:[str]] ```

enhancement

would be nice to specify prefix & suffix text for `definition` entries example use case: add parentheses around definitions (because as per https://tldr.cdcl.ml the definitions get inlined when parsed into...

enhancement

Uses latest `postfix` versatility of `tqdm>=4.22.0` (https://github.com/tqdm/tqdm/issues/382, https://github.com/tqdm/tqdm/pull/534)

Due to https://github.com/iterative/cml/pull/842 we could use [release binary assets](https://github.com/iterative/cml/releases) directly to remove any dependency on a particular version of `nodejs`/`npm`. We can also re-use [logic for obtaining latest asset URL](https://github.com/iterative/dvc.org/blob/master/.github/workflows/update.yaml)...

enhancement
p2-nice-to-have
design
A: website

Add a self-hosted long-running example to https://cml.dev/doc/cml-with-dvc (or somewhere else) 1. GH action launches "self-hosted" GCP/AWS using `cml runner --reuse --labels=cml` and probably `--cloud-spot` 2. GH action runs the rest...

documentation
p1-important
epic

Diagrams and guide for collaborative branching strategies (e.g. using `cml pr` for experiments in a large team, reporting, rebase vs squash-merging, hiding unneeded rows in Studio, etc.) Also saving results...

documentation
p1-important
epic

- [x] home: Bitbucket GPU demo (fixes #349) - [x] docs: Bitbucket GPU examples (fixes/works-around https://github.com/iterative/cml/issues/1015) - [x] guide/self-hosted-runners: better Bitbucket GPU tabbing - [x] depends on https://github.com/iterative/cml-examples-dev/pull/32 - [...

documentation
p1-important
C: ref
C: guide

Link to https://github.com/iterative/dvc.org/pull/4306 where appropriate

documentation
p1-important
C: ref
C: guide