Dawn James

Results 8 comments of Dawn James

Hi @gruns - I raised #110 to see if I could implement this feature, it might need a little work though.

Update: it seems that the behaviour of `pprint` is different in Python 2.7 compared to 3.9. I can't make `pprint` wrap a long string across multiple lines in 2.7, so...

> Thanks for contributing! You're very welcome! I love your icecream package and am happy to give back. > IMO it's not worth spending significant time on perfecting 2.7 since...

@alexmojaki thanks for the review! I've tried to implement your suggestions, which actually led to a different implementation of `detect_terminal_width` for Python 2.x (using a backport). Let me know what...

Hi @alexmojaki , sorry for the delay, work has been very busy. I have been thinking that it might be best not to enable this feature by default, at least...

> The main problem is that you still need to account for the other parts of the output, and it's quite complicated. There's four pieces: > > 1. The global...

Fair enough, thanks for your thoughts! I agree that it's a useful feature, I just wish it was documented on [plantuml.com](https://plantuml.com/) somewhere.

The fix didn't seem to work on OSX 10.11.2 (El Capitan). I found this: [Java SE 8 on Mac OS X](https://oliverdowling.com.au/2014/03/28/java-se-8-on-mac-os-x/) Editing the `Info.plist` file hasn't made a difference. I'll...