Casper da Costa-Luis
Casper da Costa-Luis
Can we please remove the misleading deprecation warning (it recommends using `cml repo prepare`)? Fine by me to do any of the following instead: - `cml ci` - `cml ci...
moved to #1287, fixed by #1288
Thanks; happy to close here :)
/tag v1.5.8 6779de6
Is this blocked by https://github.com/iterative/cml/pull/802?
yes but `cdnjs.cloudflare.com` redirects `http` -> `https` (it doesn't support `http`)
actually nvm, just checked and it seems you can force `http`
Maybe nice to have as an example of extending `tqdm` but don't really see this in core. Could you move this to the `examples/` folder?
yes, it's all part of [M8](https://github.com/tqdm/tqdm/milestone/8) which we need to focus on
I'm not sure if this should be merged... by default on UNIX systems `sys.stdout`/`stderr` are typically auto-flushed which is typically at least every newline. Forcing it may potentially cause a...