Sergio Molchanovsky
Sergio Molchanovsky
Both consoles use bash. I also tried to customize PrettyPrinter as mentioned in docs:  It led to the following error: 
Is there an option to get rid of those line frames and leave a text only? SimplePrinter does not show references.
It parses wrong, showing strange symbols: 
But SimplePrinter does not show these references. 
The problem is that I use VS Code, and I want colorful output. But my colleague uses AS and he needs colors: false. He also dislikes fanciness. And we both...
I tested it several times and can confirm that this line `lineLength: io.stdout.terminalColumns` produces random errors like this:  `colors: io.stdout.supportsAnsiEscapes` this line is not offending though it is false...
Please add a parameter `noBorders:` to PrettyPrinter. Or `sourceReferences:` to SimplePrinter().
> I'm not sure what you mean by 'references'. References to what? I mean stack trace. References to the code lines where `logger.d` was called. Basically I need SimplePrinter with...
I unsuccessfully tried to implement it, the source is too tangled and full of "magic".  Not exactly what I wanted  I need only these "package:health" strings as links
> Usually I just prevent the button from being tapped during the save process, in the UI, using the Wait class, and that's usually better than a time-based debouncing. It...