Arthur Neuman
Arthur Neuman
Yeah, I'm emitting ES code. You can either fork and change the emit, or use `type: module` in your package json since you're using TS anyway
I can override it, it's just extra work. However, I guess it's not entirely necessary if the updating for the theme is fixed
I've encountered the same issue and restarts don't fix it. Most of my workspaces are WSL based, but the files still exist in the Windows FS. This issue was encountered...
I messaged the dev on Twitter. It doesn't work with YAML at the moment, but he's working on it
This should probably be closed
@meabed I tried doing it in a custom fetcher, but GQLTS catches the error and resolves the promise with the error in the `errors` field.
Your implementation seems to return `continueRun = 1` if multiple window instances are opened at once Relevant issue comment: https://github.com/tr1ckydev/webview-bun/pull/36#issuecomment-3118721877 # Edit: Fixed in this commit of my own fork:...
It's impossible to use something like [terminal-kit](https://www.npmjs.com/package/terminal-kit) or [blessed](https://www.npmjs.com/package/blessed) without this
I'd also like the same feature
In case you missed it, this issue is addressed by #6238