fanoway

Results 6 comments of fanoway

I have confirmed that this modification still produces multiple processes in each generation as intended

I created a PR to add an disableColoring and enableColoring method to handle this. https://github.com/gruns/icecream/pull/157

I have the same issue. As far as I am aware this is not currently implemented. You could manually create this context manager I believe to implement this behavior (stolen...

Also found this suggestion which might work better ``` import sys from icecream import ic ic.configureOutput(outputFunction=lambda *a: print(*a, file=sys.stderr)) ```

Made a PR to implement this feature https://github.com/gruns/icecream/pull/157

You'll have to set these two repository secrets for the publish on release pipeline to work PYPI_USERNAME PYPI_PASSWORD