Pooya Parsa

Results 476 issues of Pooya Parsa

Update: We should consider adopting [undio](https://undio.unjs.io) for standard raw types. --- Initial issue: #21. Tracking experimental `getItemRaw/setItemRaw` support added in https://github.com/unjs/unstorage/pull/141. Please comment on any particular issues and ideas with...

enhancement
discussion

For supporting more SQL-based providers, we shall make a generic [db0](https://github.com/unjs/db0) based driver that works for all supported ones. **What's the point of using SQL as KV?** I personally believe...

enhancement

https://developers.cloudflare.com/workers/runtime-apis/kv#metadata By using native meta, we can allow expiration. (depends on #13)

cloudflare

(some good ideas in https://github.com/unjs/unstorage/issues/88)

enhancement
pending
cache

Currently we use a dynamic array as the buffer for splitter core (https://github.com/unjs/scule/blob/main/src/index.ts#L30). Since we know about the (maximum) string length, we could instead make an array with known length...

enhancement

(context: question by @harlan-zw in nuxt discord regarding reliablilty of sessions and weather he should use storage to keep private session data) H3 sessions are encrypted and only readable by...

- [ ] Position can be fixed to reduce CLS (#21) - [ ] We can show it earlier to reduce LCP (#45) Some other ideas (to be implemented if...

nuxt-issue

This is an umbrella issue to track current LCP issues: (related: CLS => #21) - [ ] Cookie consent display is delayed until client bundle loads (#46) - [ ]...

nuxt-issue

One of newer features nuxt introduced in v2.12 (it is before original nuxt-movies project created i guess) is [`fetch` hook](https://nuxtjs.org/docs/2.x/components-glossary/pages-fetch/) which in comparation to `asyncData`, awaits during server-side-rendering but does...

nuxt-issue

One of pain parts with SSR applications when depending on external REST APIs, is that we fetch and hydrate payload data. For instance by checking landing page's html source, we...

nuxt-issue