Mastodon Feed: Post

Mastodon Feed

slightlyoff@toot.cafe ("Alex Russell") wrote:

We need to talk about GitHub 2023.

Why is "line wrap" somehow beyond the pale?

It's 2023. Calculating the single-digraph width of a Unicode charachter on the client side is (checks math) the cost of a single layout. Why is it possible to have a view that cannot wrap this for me when the math is `shouldoverflow = ((char_width * chars) / viewport_width) > 1`