Synchon Mandal
Synchon Mandal
I can work on this one. Is it okay if I assign myself?
Yeah iterative upgrade sounds good. I'll start with the modules that are not being actively worked on right now.
@Midnighter I find f-strings to be useful (for consistency) if we just have a simple interpolation, like so: ```python needs_logging = "I need to be logged." logger.debug(f"Here is a log...
@cdiener I have improvements for `multiprocessing.Pool` lying around in my local for quite some time now. Now, that we are moving to Python 3.6+, I'll push those.
Hi! I'm waiting for this fix to land in the main branch, is there an estimate when it can happen? It's a bit of a hassle to checkout a branch...
Thanks for the quick reply! :) Just sharing this: https://github.com/marketplace/actions/build-and-push-docker-images in case you consider using GitHub Actions.
Thank you @mrneont @yarikoptic @afni-rickr ! It's available now and works for me, closing the issue. :D