ansgar grunseid
ansgar grunseid
> On VSCode, using this configuration is sooooo fast and really useful! to be explicit, using this configuration ```python ic.configureOutput(outputFunction=print) ``` right?
@pridkett *thank you* for recording a video! that's extremely helpful > i'd guess this has to do with colorama... indeed my gut says the same 🙂. let's find out! @pridkett...
> But, then again, taking @alexmojaki's hint and writing some colorama directly, was also zippy fast: really interesting result. great testing there 🙌 im not familiar with colorama's guts. i...
@pridkett awesome digging! thank you! 🙌 > The "fix" is to make it so colorama doesn't think it needs to strip out the colors when running in Jupyter notebooks, which...
@peedrr great digging! 🙌 can you check out a local version of icecream and a local version of colorama therein, and then add ```python elif 'JPY_PARENT_PID' in os.environ: return False...
@peedrr appreciate the heads up! ❤️
thank you for your PR! 🙌 before merging, can you please add a basic set of tests to `tests/`? that way your wonderful work 1) doesnt break in the future...
run the tests with `tox`! if you dont have tox instlalled, install it with ``` pip install tox ``` then test icecream against every version of python with ``` tox...
https://github.com/gruns/icecream/issues/90 until then, try ```py ic.lineWrapWidth = float('inf') ```
Wonderful idea. The space for a decorator is vast, as the decorator can take all manner of parameters. A simple `@ic` decorator, sans parameters, that prints all invocation pairs of...