Pooya Parsa

Results 476 issues of Pooya Parsa

![image](https://user-images.githubusercontent.com/5158436/160860429-848784b4-3290-411f-b483-4afb5d237950.png)

enhancement

Nuxt ships with implicit dependencies. Workaround for webpack supporting yarn plug-and-play is using [`pnp-webpack-plugin`](https://github.com/arcanis/pnp-webpack-plugin - https://github.com/nuxt/nuxt.js/pull/8389) - Vite related issue for pnpm: https://github.com/vitejs/vite/issues/324 suggested solution is `pnpm install --shamefully-hoist`. -...

enhancement

Issue is reproducible with default demo sandbox: https://codesandbox.io/s/github/nuxt/vite/tree/main/demo `client:180 [vite] connecting...` never gets connected I could reproduce it with a vite1 sandbox too ([link](https://codesandbox.io/s/c66r7)) so i guess it is general...

vite-issue

Ref: https://github.com/nuxt/vite/issues/62#issuecomment-789830866

module

I've marked it as stable because it is really stable (BS4 is out there more than 2 years :D). Please tell me if any correction is needed.

Use [webpackbar](https://github.com/nuxt/webpackbar) as a beatuful progressbar alternative. Also adds support for build time profiling: ```bash yarn build:client --profile yarn build:server --profile ```

Moving from https://github.com/unjs/unstorage/issues/20 With [unjs/unstorage](https://github.com/unjs/unstorage), we can use storage mount points to make implementation simpler. However we still need to sync different mountpoints and have platform dependent mounts (between cookie,...

I created an easy install script for convoy. it would save a lot of time deploying and installing convoy on multi hosts... [Source Code](https://gist.github.com/pi0/55d1cfee4d201ffcd125441c8e56c841) Usage: ``` bash curl -#L https://git.io/convoy...

enhancement

Hi! I've added 3 new variants to the benchmarks: `oneTypeof`, `oneLiner` and `twoLiner`. ## Results All tests was runned on MacBook Pro / 10.14. It seems that `twoLiner` is the...

We introduced an edge channel since Nuxt 2, mainly for internally testing changes before public releases. This allows opting-in to beta test features ahead of time for the community too....

enhancement
good first issue