Max Liebkies
Max Liebkies
@chris-olszewski, thanks for jumping on to this - much appreciated. I've updated the repo and used the default npm registry. Lockfile is up to date. I've tested a couple of...
I've added a minimal repro [here](https://gist.github.com/gegenschall/f09683b9c0b80f0e00db68dea618432e). I've run `tsc --build --verbose --traceResolution` in my project and I think TypeScript can't resolve the bundled `.d.ts` files, see this log excerpt: ```...
I came across the same issue. docker-cloud doesn't work with Python 3.x. So, under Arch install use python2. The following should achieve this: ``` $ cat /etc/issue Arch Linux \r...
I'm seeing this _a lot_, too. I can't currently correlate when or how this starts happening but here's what I know: * The file that tsserver can't find _definitely_ exists....
That's awesome, @yioneko. I'll keep my config as is and switch on debug logging in the hope of triggering those errors and then fiddle around with the parameters after. I...
I've somehow managed to trigger a similar error again, here's the debug log: ``` [ERROR][2024-07-07 16:58:40] ...lsp/handlers.lua:623 "File file:///path/to/eslint.config.js not found" [DEBUG][2024-07-07 16:59:31] ...m/lsp/client.lua:676 "LSP[vtsls]" "client.request" 4 "textDocument/documentHighlight" { position...
Ah, I see. Thanks for the explanation. I'm not seeing a didClose/cancelRequest message because TSServer crashed before that. I'm seeing lots of those errors and then a SIGTERM: ``` [ERROR][2024-07-06...
Uhm, sure: ``` ⧗ input: feat: some feature (PREFIX-123) ✖ references may not be empty [references-empty] ✖ found 1 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ``` If you want...
I have the very same issue with `watch`. I'm running turbo inside a Docker container. Logs I can see: ``` 2024-06-21T10:53:34.000+0000 [DEBUG] turborepo_lib::daemon::connector: looking for pid in lockfile: AbsoluteSystemPathBuf("/tmp/turbod/f53b52ad6d21cceb/turbod.pid") 2024-06-21T10:53:34.000+0000...