Liam Stanley

Results 162 comments of Liam Stanley

Running into the same issue. The workaround shown above worked for me, though I don't think it's a long-term solution. ~~Oddly enough, I commented out the workaround, and I rolled...

Was able to replicate with `examples/openapi-ts-nuxt`. All I did was replace the `workspace:*` version refs in package.json, and then ran `pnpm run build && pnpm run preview`. Some notes: 1....

@mrlubos just starting testing it out. some things I've noticed so far (haven't tested much yet still): 1. if `indexFile` is false, it will fail because it can't find the...

Other than the index issue (I assume this is because of the auto-imports, which I'm fine leaving index.ts if it means I get auto-imports, though it should probably be a...

I don't need to have the transpile override in my config anymore. I assume it's because you're adding that transpile line inside of the module. Switched everything over to auto...

Initial startup logs for 2.14.0 from 2.13.x: ``` {"time":"2025-06-24T22:42:50.963949297Z","level":"INFO","msg":"disabling data retention policy, keeping data forever"} {"time":"2025-06-24T22:42:50.964037781Z","level":"INFO","msg":"Wakapi","version":"2.14.0\n"} {"time":"2025-06-24T22:42:50.964049606Z","level":"INFO","msg":"starting with database","dialect":"postgres"} {"time":"2025-06-24T22:42:50.991179495Z","level":"INFO","msg":"potentially running migration","name":"20201103-rename_language_mappings_table"} {"time":"2025-06-24T22:42:51.023697685Z","level":"INFO","msg":"potentially running migration","name":"20201106-migration_cascade_constraints"} {"time":"2025-06-24T22:42:51.032329235Z","level":"INFO","msg":"no need to migrate","name":"20201106-migration_cascade_constraints"} {"time":"2025-06-24T22:42:51.032355799Z","level":"INFO","msg":"potentially...

I've made some patches on top of this, to account for charm.land module name changes, as well as bubbletea v2 `tea.View` semantics changes: https://github.com/lrstanley/huh/commit/49fe94cf5ddbd71c12fbb7e39c546e734b9c94dd I can make a separate PR...

Adding pprof into `list-fancy` so I can get the goroutine dump, while the program hangs. goroutine stack dump (excluding HTTP server stuff for pprof): ```console goroutine 1 [select]: github.com/charmbracelet/bubbletea/v2.(*Program).eventLoop(0xc000248000, {0x8eaa68?,...

Although https://github.com/charmbracelet/bubbletea/commit/074f7d73be3b564d16048f35183065ba2bbdaf6c may make the examples work, do Windows Terminal and Alacritty (for example) not support querying the background? Seems really odd that they wouldn't support that. 1. Is there...

> They do, actually. The problem with your setup is TERM=screen. If you're indeed using GNU Screen as a multiplexer, then that explains this. Screen requires escaping any unknown sequences,...