Andy Burris
Andy Burris
For Part 2, I think I have a fix (which is also a fix for another issue I noticed where checking a TODO box creates the same weird extension): ```css...
Thank you for the responses! I'm going to try to bullet point my thoughts in approximately the order they appear: - I haven't really dug into how the styles are...
I think because there's a lot of redundant processing even within a single output frame. For example: - [`widestLine`](https://github.com/vadimdemedes/ink/blob/45ed972ddfd3b508ed6397f9f844d076454a891c/src/output.ts#L145) is internally calling `stringWidth` on every line, just to do that...