Pooya Parsa
Pooya Parsa
Thanks for the snippet dear @das-nirmal I haven't locally verified it but looks fine (you could also use gzip streaming [see this h3 example](https://stackblitz.com/edit/github-mb6bz3)). Using the new `render:response` seems a...
@Hebilicious Yes i think we might introduce similar modules concept for nitro for such reusable solutions. On compression, i am still not sure (sine global interceptors are new in h3)...
@CodeDredd Indeed and yes i aim for h3 at some point. But i think if you want to you can directly go ahead and introduce this in nitro (behind an...
A seperate package would be also nice start in meantime so you can freely experiment different versions. Feel free to ping me and make a PR to include in h3...
Amazing work @CodeDredd Do you mind to help making a nitro sandbox or playground somewhere? I would be happy to investigate possible issues. (Small note since it is still early...
Let's move discussion about investigations to https://github.com/CodeDredd/h3-compression/issues/1 👍🏼 (I will also check with stackblitz team about `CompressionStream` support)
Well yes but let's keep tracking it in nitro until we have a built-in feature. Even tough i would still strongly recommend to use reverse proxies to offload compression, i...
@kursataktas is there an API we can call to automate data update process maybe with a hook?
Thanks for report. Feel free to open a PR. You can use [this](https://github.com/unjs/rou3/blob/main/src/_utils.ts) pattern to avoid perf penalty of null object.
I also wish minimum possible variations and `wrangler` preset (extending `cloudflare > nodeless`) to be as empty as possible. My intention is not to duplicate efforts but have a safe...