Pavel Safronov

Results 5 comments of Pavel Safronov

I'm experiencing the same issue. @afrokick , you've added the tags 'browser issue' and 'bug'. Can you clarify what's known at this moment? Is this a bug in Edge/Safari? Or...

Another bug that could have been caught by over-the-wire test harness: - https://github.com/dolthub/dolt/issues/4376

Just got hit by this. "PB for Desktop Helper (Renderer)" was using 65GB. Also using M1. PB for Desktop version is 11.0.2

I think a good approach would be to follow [git's approach](https://git-scm.com/book/sv/v2/Customizing-Git-Git-Configuration#_colors_in_git). Here's the important bit: > The default setting is auto, which colors output when it’s going straight to a...

To figure out whether the output is going to the terminal or is being redirected, we can use this approach: ```go stat, _ := os.Stdout.Stat() if (stat.Mode() & os.ModeCharDevice) ==...