Ivan Karabadzhak

Results 40 comments of Ivan Karabadzhak

Added support with fallback here: https://github.com/gruns/icecream/releases/tag/v2.1.6

The issue has the same roots as the attached one.

There are some updates due this issue: https://github.com/gruns/icecream/releases/tag/untagged-19e3d02255ee5494672f @ICreedenI

The update solves that: https://github.com/gruns/icecream/releases/tag/v2.1.5

@YunfangHou It looks interesting. However, how then we should configure the instance if we have only a function?

If you change quotes to double ones, then everything works as expected?

@JosuaCarl As far as I can tell, it looks like new lines on \n are a bug, but as for others, we have a line wrap width constant, and it's...

@JosuaCarl Workaround for you could be the following: `ic.configureOutput(argToStringFunction=repr)`. For the code like this: ``` from icecream import ic ic.configureOutput(argToStringFunction=repr) test1 = "A\\veryvery\\long\\path\\to\\no\\even\\longer\\HelloWorld _01_Heritisfinallythe file.file" test2 = r"A\veryvery\long\path\to\no\even\longer\HelloWorld _01_Heritisfinallythe file.file"...

There are some updates due this issue: https://github.com/gruns/icecream/releases/tag/untagged-19e3d02255ee5494672f @JosuaCarl take a look