Pooya Parsa
Pooya Parsa
Thanks for the inputs dear @SukkaW and willing to donate PAT (i think we can use fine-ganed ones nowadays btw). Running this server for ~2 years now we barely hit...
Similar to overlay, we can use a `compressed` driver that wraps another storage instance. (it can be Node.js only for beginning) ```js storage.mount(compressed(fs({ base: '...' })), { level: 9 })...
(Related: https://github.com/unjs/unstorage/issues/23)
I think it would be more relavant to /http library (https://github.com/unjs/unkit#http)
PR is more than welcome :)
That's nice for Vue/Nuxt!! FYI, unstorage scope is a little bit different. It is more a backend layer that allows storing data in agnostic backends (like a filesystem) which can...
Thanks for making this issue suggestion. I think it would be nice idea to allow transforming context (key rewrite) but probably we can introduce a new hook that gets called...
Yes!
Yes compatible impl would be required also ungh types are simplified and normalized. We shall directly use ofetch to build a type-safe client. (pending https://github.com/unjs/ofetch/pull/371)
Thanks for PR dear @ineshbose. Sorry i am busy till weekend. Will check ASAP.