Casper da Costa-Luis

Results 211 issues of Casper da Costa-Luis

TODO in a separate PR `resiliency-io-error` (as suggested by @lrq3000 in #293): - [ ] Wrap any `self.fp.write()` (`tqdm.move()` and `status_printer`?) in `try/except` block (this should not impact performances as...

@hroncok does this work for you instead of #1292?

c1-quick ๐Ÿ•
p3-framework โš’

- [x] add `tqdm.wx` - [ ] add tests? - [ ] add documentation & images ![image](https://img.tqdm.ml/screenshot-wx.png)

question/docs โ€ฝ
p4-enhancement-future ๐Ÿงจ
submodule โŠ‚
c3-small ๐Ÿ•’

A possible reason why some features might be underused is naming inconsistency. - `dvc stage {add,list}` - `dvc repro` - `dvc run` surely should be unified as `dvc stage {add,list,run}`...

discussion
A: cli

Telemetry/analytics are [anonymised and can be disabled](https://dvc.org/doc/user-guide/analytics#motivation). However for unification across Iterative's stack (MLEM, TPI, CML etc.) it's a good idea to put the config in one place. Basically move...

feature request

- one progress bar only (based on file sizes, fallback to number of files in sizes not available) - may also retain nested bars just for large/long running individual files...

enhancement
p2-medium
ui

- a new command, and/or - a web UI to help users: - create CI config files (`.github/workflows/cml.yml`, `.gitlab-ci.yml`, etc...) - select CML config options (with or without runner, [machine...

documentation
enhancement
cloud-aws
epic
discussion
ci-gitlab
ci-github
ci-bitbucket
cloud-gcp
p2-nice-to-have
cloud-az

As per https://github.com/iterative/cml/issues/848#issuecomment-996761575, there's an issue with `--cloud-ssh-private=--...`. * Caused by yargs/yargs-parser#433

bug
documentation
technical debt
cml-runner
cloud-aws
cloud-az

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

Docker-in-Docker (probably) doesn't work with GitHub? (P.S. we recommend `--docker-volumes=/var/run/docker.sock:/var/run/docker.sock` for GitLab) ```yml jobs: deploy: steps: - run: cml runner --cloud=aws --labels=cml-aws train: needs: deploy runs-on: [self-hosted, cml-aws] container: image:...

cml-runner
discussion
research
ci-github