Casper da Costa-Luis

Results 737 comments of Casper da Costa-Luis

Quick note: `exclude` should be a `list[str]` relative to `workdir`

Seems fixed in #40

thanks @0x26res - that's a bug. The `position` argument is default-`None` so type inference doesn't work, i.e. `TQDM_POSITION='-1'` results in `tqdm(position='-1')` not `tqdm(position=-1)`. Will fix shortly :) btw I think...

Thanks everyone for your patience! Just released [`tqdm==4.66.0`](https://github.com/tqdm/tqdm/releases/tag/v4.66.0) which includes support for env var overrides. I'm using `TQDM_MININTERVAL=5` in most of my CI jobs now :)

Thanks for your patience! Just released [`tqdm==4.66.0`](https://github.com/tqdm/tqdm/releases/tag/v4.66.0) which includes support for env var overrides. I'm using `TQDM_MININTERVAL=5` in most of my CI jobs now :)

Thanks everyone for your patience! Just released [`tqdm==4.66.0`](https://github.com/tqdm/tqdm/releases/tag/v4.66.0) which includes support for env var overrides. I'm using `TQDM_MININTERVAL=5` in most of my CI jobs now :)

re-opening as it's affecting @ykasimov and probably others...

potentially need to repurpose for general restart mechanism issues?

about READMEs, I like the [minimal one from deno](https://github.com/denoland/deno#readme), i.e.: - USP list - cross-platform installation - get started snippet - contributing link

sure, the only disadvantage would be anyone using `jupyter console` which won't render `tqdm.auto` properly (https://github.com/tqdm/tqdm/issues/1098 and maybe even sort of related to https://github.com/tqdm/tqdm/issues/1120#issuecomment-774085287). `ipython` works fine though.