Pooya Parsa
Pooya Parsa
Thanks for explanations. Can you update PR to only add support for urlPathParser (i would call it simply parseURL)? (no change in svg part we can do in another PR...
Proposed `storage.get("key", { type: "bytes" )` (https://github.com/unjs/unstorage/issues/528) will ensure return-type is consistent. Current `raw` implementation between drivers currently varies and has different return values.
It imposes a huge security risk. can you explain your usecase?
Thanks for reporting issue. I can take naming can be misleading indeed. We use base64 (instead of default hex) to fit more bytes in less string chars mainly and drop...
#106 will convert confusing util names to `stringDigest` with clear description of what it does in docs.
Also #111 to finally be back on standard base64 url.
Thanks for report. I'm aware of this but both ESM and CJS loaders are _supposed_ to support circular dependencies. In fact, the core of Node.js has many of them! It...
We can fix it somehow (and as a bonus gain little of loader perf): https://github.com/unjs/mlly/issues/274 it is still a node.js bug..
Yes, we should tackle this. Main thing is that since connector options are in total control of db0 connectors, we might need to expose this feature for db0 first. feel...
Thanks for kind words. It is a tricky situation honestly. I also used jiti in places like unbuild/untyed as custom loader with custom transform and i know there are other...