Pooya Parsa

Results 2282 comments of Pooya Parsa

I had been working on nuxt audit module previously (trying to find the code). It might be good idea to be developed as an ad-hoc module. It was mainly purposed...

Nitro upstream fix: https://github.com/unjs/nitro/pull/1701

Certainly! PR more than welcome to add this guard. I think we need to check either of `pages/` dir, `nuxt.config` or `app.vue` files exist. (to avoid edge cases, we might...

We might auto detect subpath and also allow `nuxi module add mazui/nuxt` (which is not short) but wondering maybe would be good idea to support a field in modules DB...

Hi, dear @jeddygong thanks for making a new issue. (ctx: https://github.com/nuxt/cli/issues/205,) The random port is actually the real new port that the nuxt dev server listens to and vite dev...

Thanks for explaining your use-case. I think for Nuxt, you might not need a vite hook plugin anymore and can directly open host/tunnel from the `listen` hook.

Hi. Can you please explain more in description with a directory structure? Are you thinking to automatically support and scan from `layers/[name]` and extending them?

I can confirm this issue too happens also in playground for wss url. I am thinking to support it as a feature in unjs/httpxy

That would be a nice idea using (weekly maybe?) schedules. We can keep a file like `.upstream` with last commit hash in upstream rebased and action to update/create issue if...

@NozomuIkuta do you still want to work on automation? based the fact the uptes on upstream are not so often, it probably is not that critical for this repo but...