Christian Rocha

Results 256 comments of Christian Rocha

Thanks @eugener. I’m on holiday for the next few weeks and will look at it when I’m back. I do think this is a common enough request that we should...

Hey, @jon4hz! It's actually this bug in `reflow` upstream: https://github.com/muesli/reflow/issues/43.

Thank you! I believe this is because widths of newer emojis with genders and skin tones (in this case πŸ’…πŸ» and πŸ’‡πŸ»β€β™€οΈ) are being misread and/or are likely not in...

So after working through this some more I believe the issue here is that these emojis are comprised of multiple runes (i.e. `U+1F399 U+FE0F`, above) but internally we're evaluating them...

Hi! We're actually mid-way through what should be a solid fix for this. I'll keep this thread updated with progress.

Basically, some emojis are one single rune, and others consist of a sequence of runes. Some emojis are ten runes long! The error, as you might expect, occurs when getting...

That's a great idea; we can totally optimize for that. Probably better than adding a new method would be for `Render` to simply short circuit if the style only contains...

This could be further optimized, but what about something roughly like this: https://github.com/charmbracelet/lipgloss/commit/d92e7196bc88063dd54f230d59fd0000638e038e? This will effectively exit the render early if there are only text colors and text styles to...

Yeah, it’s an improvement but we can do better. Have some ideas, will look into this some more.

Hi! I’m not able to reproduce this on any of my Macs. I suspect your terminal may not be using UTF-8 (see #30). Would you mind running the `locale` command...