Casper da Costa-Luis

Results 233 issues of Casper da Costa-Luis

```python import dvclive live = dvclive.Live(resume=True) while (epoch := live.get_step()) < 10: print(epoch) live.log("epoch", epoch) # need to log at least one thing for `next_step` to work live.next_step() ``` -...

discussion
refactoring

Enable `pip install`

1. look for e.g. "$HOME/.tqdm.config" to override defaults 2. alternatively/additionally use os.environ.get("TQDM_CONFIG", '') helps with e.g. #370, #612, #619 The second (os.environ) option would be great to fix https://github.com/tqdm/tqdm/issues/370#issuecomment-421809342 (have...

question/docs ‽
p4-enhancement-future 🧨
need-feedback 📢

Consider reverting to `refresh=False` for `set_desctiption`/`postfix`(`_str`) - partially reverts #317 - ~~fully fixes #459~~ has little to do with #459 views? - :+1: for `refresh=True` default (as is), marginal performance...

question/docs ‽
need-feedback 📢

Running `dvc checkout` multiple times shows slow progress going through all files rather than returning quickly. Using local remote (both on a different drive as well as same drive): [![asciicast](https://asciinema.org/a/Jywdxkf1t3MmC3PVoYgp9P2aJ.svg)](https://asciinema.org/a/Jywdxkf1t3MmC3PVoYgp9P2aJ?speed=4)...

:bug: bug
performance
research

https://github.blog/changelog/2022-08-04-commit-comments-no-longer-appear-in-the-pull-request-timeline/ meaning the `--pr` flag is now mandatory for CML reports to show up in PRs. Kinda a UX breaking change potentially. - [ ] update docs & examples (e.g....

cml-comment
ci-github

- minify/tidy/lint workflows - bump actions versions - CML dogfooding - make releases `--draft`

technical-debt
testing
releases

`cml runner ... --cloud=aws --cloud-type=m+t4` doesn't work: ```python {"level":"error", "message":"terraform error: Error: Failed creating the machine: Not able to decode: operation error EC2: RunInstances, https response error StatusCode: 400, RequestID:...

bug
cml-runner

the badge ![](https://github.com/snapcore/action-build/workflows/build-test/badge.svg) is a lie! catch ye errors earlier (related: #25)