mondrian icon indicating copy to clipboard operation
mondrian copied to clipboard

Logging, with pretty coloured squares all over the place.

Results 16 mondrian issues
Sort by recently updated
recently updated
newest added

https://github.com/cknd/stackprinter

Default hides warnings too much. Needs something like... ``` if not sys.warnoptions: logging.captureWarnings(True) warnings.simplefilter("default", DeprecationWarning) warnings.simplefilter("default", PendingDeprecationWarning) ``` Once enabled, too verbose and badly formated... ``` WARN:0001:py.warnings: ...medikit/medikit/compat.py:25: DeprecationWarning: Using...