Pooya Parsa

Results 476 issues of Pooya Parsa

### Describe the feature https://vercel.com/docs/storage/vercel-blob https://www.npmjs.com/package/@vercel/blob Client: https://github.com/vercel/storage/blob/main/packages/blob/src/index.ts We might either use client or adopt it to use universal [node-fetch-native](https://github.com/unjs/node-fetch-native) + [uncrypto](https://github.com/unjs/uncrypto) PS: I am still on the waitlist to...

driver request

(context: found about uploadthing from https://github.com/unjs/h3/issues/628) - https://uploadthing.com - https://github.com/pingdotgg/uploadthing Let's make uploads for *developers better ;) /cc @juliusmarminge @t3dotgg @markflorkowski let me know if likes to work to make...

driver request

Preferably by direct HTTP implementation

driver request

Allow applying custom serialization/deserialization via an option. Questions: - Should it disable built-in destr and blob (#21)? - Intercept to modify/normalize keys? (needed for e2e encryption #24)

enhancement

Either a proxy similar to [prefixStorage](https://github.com/unjs/unstorage#prefixstoragestorage-data-base) or an easy interceptor (#23) that encrypts data and decrypts when reading. This can be so useful when we do not trust storage backend....

enhancement
interceptor

https://github.com/nuxt/content/issues/2026

bug
enhancement
needs investigation

With unrelated dep upgrades and new lock tests seem to be failing and disabled

test

https://supabase.com/docs/guides/storage

driver request

Related: https://github.com/unjs/unstorage/issues/304 Unstorage reserves key separators such as `:` and `/`. We might find a way to allow escaping. Double `::` and `//` might be one idea (although is a...

enhancement
discussion
breaking