Liam Stanley
Liam Stanley
> The problem with Windows is that it doesn't set a TERM variable. In our new Colorprofile package, we assume color support for Windows and also look for the Windows...
> Hey [@lrstanley](https://github.com/lrstanley) [@desertwitch](https://github.com/desertwitch) — this should be fixed in [Bubble Tea v2 Beta 3](https://github.com/charmbracelet/bubbletea/releases/tag/v2.0.0-beta.3). When you have a moment, do you mind confirming? Beta 3 seems to mask the...
No change (using latest commit as of this message, in v2-exp), still non-functional under WSL2. I will respond in #1440 with more info as well.
Looks like tests are failing on Windows due to `\r` line endings being added, I suspect something windows-terminal-specific. With teatest, and the new `tea.View` being used, which seems to render...
> Hey [@lrstanley](https://github.com/lrstanley), thank you for flagging this one. This is indeed intentional. A tab character width depends on the context where it's being used. For example, on your favorite...
This will need to wait until I add deno/bun installation too, I think.
Reproducible example: https://stackblitz.com/edit/nuxt-examples-3jsj37yn?file=components%2Fexample.vue The big thing to look at with that example is:  aaaaand:  Every once in awhile, the initial load on HMR does show that it has...
I've done some further testing, and I've found some useful info: - for some reason, things like `getPetById` don't have the same problem. I originally thought that meant it was...
@mrlubos, just FYI, guessing you may want to switch from pulling from raw.githubusercontent.com (that or pull authenticated), since it looks like you're hitting rate limits here: https://github.com/hey-api/openapi-ts/actions/runs/15090824005/job/42419115612?pr=2054#step:7:896 Guessing it's related...
> @lrstanley I'm going to bundle clients by default in v0.73.0, curious if it helps with resolving any of the issues this pull request is addressing? Not sure honestly. I...