Pooya Parsa

Results 2277 comments of Pooya Parsa

Nice idea. PR is welcome :)

Hi dear @juliusmarminge. With upcoming h3 v2, `mockEvent` can be used to easily create a mocked (web API backed) event for testing. we use it internally too.

Thanks for PR. I don't think we should wrap buffer into another stream but instead send it normally by `return` or `send()`

Sadly it cannot happen without adding perf overhead, we might only hope via docs that people won't do this.

This is nothing h3 can do, you (and libraries) should assume HTTP headers limitation and store only essential state in cookie and load the rest from a database or external...

Surely we can also use them for indentation (array.length), I am thinking to allow show a vertical line | in left to make it more organized better than what Node.js...

It is a VERY nice addition and my todo.

Hi dear @DallasHoff thanks for sharing idea and proposal. I think we want to introduce it as an option for `defineEventHandler` with object syntax to allow composition and avoid introducing...

Let's track via https://github.com/unjs/h3/pull/742 / https://github.com/unjs/h3/pull/496

Nice solution however as discussed in #298 it is an issue with Browser reporter without `util.format` support. Unless we can reproduce it in node, we might better apply this fix...