Pooya Parsa

Results 476 issues of Pooya Parsa

It is possible to add custom routes in multiple ways with Nuxt 3 but docs could be improved. (Routing or pages directory) Ref: https://github.com/nuxt/framework/discussions/7211?converting=1#discussioncomment-3545577

documentation

### 🔗 Linked issue Resolves #7568 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking...

pending

Context: https://github.com/nuxt/framework/issues/7562, https://github.com/nuxt/framework/issues/7562 `useState` is primarily to preserve **initial** state between client and server. `useAsyncData` should be ideally used to store data but sometimes, it is more convenient to use...

discussion

Noticed from https://github.com/nuxt/framework/issues/6541#issuecomment-1212996801 that we have problematic dependencies such as `csvtojson` that do not work well with worker platforms such as cloudflare workers. Issue with `csvtojson>bluebird` can probably be directly...

https://github.com/tw-in-js/twind/issues/367

Hi @sastan. I discovered twind in an issue made by @tylerforesthauser (https://github.com/nuxt/framework/issues/6566) and to be honest I really love the idea. Amazing work 🚀 [Nuxt 3](https://v3.nuxtjs.org/) supports some new hooks...

Input is usually considered safe from local sources and whitelist domains but if an attacker somehow manages to bypass these, they can potentially use xss on svg files are are...

Hi! Since new h3 and nitro utils are using `get*(event, ...)` pattern, we were talking with @Atinux and I would suggest to deprecate `serverSupabaseServiceRole` server util to replace with `getSupabaseClient`.

enhancement

Context: #62 Since realtime-js seems not even used by server bundle, we shall remove it by aliasing to `runtime/mock/proxy-cjs` mock.

enhancement

Context: With [Nuxt 3](https://github.com/nuxt/framework/) we use lots of external dependencies in [unjs org](https://github.com/unjs/). There are often reports that are related to the framework but they get resolved in the remote...