Sergio Molchanovsky

Results 126 comments of Sergio Molchanovsky

Both consoles use bash. I also tried to customize PrettyPrinter as mentioned in docs: ![image](https://user-images.githubusercontent.com/12999702/93332466-87454480-f82a-11ea-8217-f4a94eb3c4e3.png) It led to the following error: ![image](https://user-images.githubusercontent.com/12999702/93332343-60870e00-f82a-11ea-8164-201972fd75e0.png)

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: ![image](https://user-images.githubusercontent.com/12999702/93337071-4d2b7100-f831-11ea-9b3d-f4de58e26237.png)

But SimplePrinter does not show these references. ![image](https://user-images.githubusercontent.com/12999702/93339342-1f93f700-f834-11ea-8acb-c5a3e4051d0c.png)

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: ![image](https://user-images.githubusercontent.com/12999702/93353625-d13b2400-f844-11ea-8052-7e4d8d17cec9.png) `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". ![image](https://user-images.githubusercontent.com/12999702/94855762-ab627180-0437-11eb-81b0-3159c4c87643.png) Not exactly what I wanted ![image](https://user-images.githubusercontent.com/12999702/94855830-c46b2280-0437-11eb-965f-c9b334699f88.png) 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...