Liam Stanley

Results 162 comments of Liam Stanley

> unfortunately i can only test with windows terminal because of work computer restrictions. > > EDIT: the below probably isnt true. one of the original issues that led me...

> would you be able to try this @lrstanley ? > > ```go > // [...] > ``` That's effectively what my testing has already been doing. WezTerm/Hyper, no background...

I think it's pending primarily due to the new https://github.com/charmbracelet/ultraviolet package, that I think they're about to switch to using in the v2-exp branches of bubbletea/lipgloss. I haven't had time...

FYI, I think the issue still occurs with the ultraviolet implementation, due to the same issues outlined here (the escape sequences caught at the end of 1 buffer don't get...

Unless I'm misunderstanding, couldn't you use `editor.fontSize` to do the calculation, and avoid `ch` when actually creating the alignment? You'd still be able to translate `ch` -> `editor.fontSize`, so you...

Hmm, looks like your right, it takes other things into account behind the scenes. And it ofc looks like VSCode doesn't support any other way of doing that calculation right...

Duplicate of https://github.com/ent/ent/issues/4185. That said, I just posted a temporary solution in that issue that should work in the interim, that uses generics.

Running into the same issues with the tailwind v4/css layers change. None of the approaches above resulted in it working for me (splitting up `starlight.reset`, or changing the order of...

> It definitely is, but at the moment, just like it's documented in Astro Docs, it looks like we will have to do the same until we have a better...

Nevermind, was able to track down the issue. We have a route middleware which does a lot of logic, sort of similar to your topic plugin, that isolates sections of...