Pooya Parsa

Results 476 issues of Pooya Parsa

### Discussed in https://github.com/nuxt/cli/discussions/224 Originally posted by **angelhdzmultimedia** September 25, 2023 Hi! Great job with nuxi! Big fan! 🔥🤯💚 It would be nice if `nuxi module add` checked if the...

enhancement

(might be a Nuxt core or Nitro issue starting investigation from CLI) Reproduction: `server/plugins/test.ts`: ```ts const foo = bar export default () => {} ``` `nuxt dev`: console: ``` ERROR...

bug
upstream
nuxt issue

Tracking upstream changes in [jshttp/cookie](https://github.com/jshttp/cookie) to be backported. History: https://github.com/jshttp/cookie/blob/master/HISTORY.md Types upstream: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/cookie/index.d.ts Last check: v0.6.0 (on 29 march 2024) 0.6.0 - [x] https://github.com/jshttp/cookie/commit/84a156749b673dbfbf43679829b15be09fbd8988 0.5.0: - [x] https://github.com/jshttp/cookie/commit/624b4e26e8bd9f0ecbdebe68ba585fc9744ddb10 - [x]...

enhancement
help wanted

(shared by @manniL in a private discussion) We added a QR code to the listhen banner a while ago as a DX enhancement also enabled it for stackblitz. And I...

enhancement
discussion

Context: https://github.com/nuxt/cli/issues/326

We create a dedicated app instance in `listhen` and then wrap it. In this case, any custom user options will be discarded. (mainly - `onError` handler)

Some nice initiatives from #86 by @alex-key which could be inspired.

test

https://github.com/unjs/nanotar nanotar is much more lightweight. Only reason we cannot simply migrate from current `tar` package is that it relies on modern Node 18+ API / Web API for `.gzip`...

breaking change