Markus Ylisiurunen
Markus Ylisiurunen
I tried to do some digging but couldn't find a fix (at least yet). However, I managed to pinpoint the issue down to the changes made to the `Record` type...
@yuhr I actually tried doing the same thing and it seemed to solve the issue for the repro but not for our real project with more complex types. I updated...
This issue might be fixed (or at least the limit is much higher) by a PR that was just merged for TypeScript [here](https://github.com/microsoft/TypeScript/pull/45025). Looks like it might be included in...
The PR can be found here: #452 Actual outcome: ``` Of course. Based on my exploration, this project is a command-line application written in Go. It acts as... ``` Expected...
The issue was in `reflow/wordwrap`, see PR here: https://github.com/muesli/reflow/pull/77
Continued to work on this a bit, I think I have found the location where this "double-wrapping" happens. In `ansi/blockelement.go` at line 36 before the `ansi.Wordwrap` call the string looks...
Any input on this @caarlos0 @aymanbagabas?