Casper da Costa-Luis

Results 737 comments of Casper da Costa-Luis

This should be easier with inheritance in the new architecture which will be in v5.

all of this is do-able as-is, but I'm hesitant because it'll be clunky and have to be upgraded when I (finally) get around to v5...

see #494 for hacky parsing of update strings, and `tqdm_gui` which inherits from `tqdm`

Can this issue be re-opened? - It's not actually fixed. Some other theme (`pydata-sphinx-theme`) implementing this has nothing to do with this theme (`sphinx-book-theme`)... unless I'm missing something? - I...

hmm I think headers in `niftypet/nipet/{lm,prj,sct}/src/*.h` need to be moved to `niftypet/nipet/include/` if they need to be exposed publicly. @pjmark wdyt?

including six just to suppress a bit of trace? okay...

Hacky work-around for now using in-place builds to run `pytest`: ... Hopefully can be improved drastically 🤞😅

Hmm, can't reproduce this 🤔 ``` tqdm ((v4.56.0))$ file tqdm/cli.py tqdm/cli.py: Python script, ASCII text executable ``` Happy to reopen & investigate further if still an issue

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 :)

Yes closed by #1228