Horu

Results 78 comments of Horu

@pi0 Can this get resolved? It isnt an actual bug but it makes it quite hard to read error traceback in the terminal. Thanks!

There's a workaround for this. ```ts const sharedArgs = { argName: { type: 'string', ... } } export default defineCommand({ args: { ...sharedArgs, otherArg: { ... } } }) ```

Hi @pi0, is this issue on the roadmap? These false positive warnings are very annoying to work with.

> Bump. Needed this exact usecase and learned Mod+Super_L works, but without a configuration to only trigger on 'Release' of the keypress, then i can't do what i want. #1923

Hope you guy don't get mad for necro-ing this, but is this still WIP? 😅

Has there been any progress made on this PR?

Why do you need to specify the Vue plugin? It should come bundled with Nuxt as default.

I dont think this should be the default. There's probably still some APIs around that doesnt follow the HTTP spec.

I think it has something to do with [`crossws`](https://github.com/unjs/nitro/blob/7dc8ae55881e24dfd76f222eba0488b97b539f6d/src/presets/_nitro/runtime/nitro-dev.ts#L13), as in the `dev` and `node` preset, Nitro is importing the one with Node adapter, not Bun.