Pooya Parsa

Results 496 issues of Pooya Parsa

This allows us to access the global configuration mainly.

enhancement

https://twitter.com/_pi0_/status/1761362109462458681

documentation

Context: saw an instance from https://github.com/nuxt/nuxt/issues/25442#issuecomment-1911997902 but also previously in some other codebases The `event: H3Event` is a class but it is not immediately obvious in usage. Allows to override...

discussion
events-api
dx

For historical reasons, we were used to automatically convert legacy express middleware to h3 handlers and when we changed that, we started to [add a warning](https://github.com/unjs/h3/blob/da128d8c2f8190eb0cb9b8310fe12ee090f9a81d/src/event/utils.ts#L118). Most of the advanced...

enhancement
discussion
dx

Currently, we only consume data part of Blobs when sending responses and not setting filename

Context: https://github.com/unjs/h3/pull/612 For all utils that _cache_ their result per event, we shall leverage a wrapper cache. This improves both performance and reduces chances of concurrency issues on same request.

enhancement

https://github.com/nuxt/nuxt.js/issues/11793 (we probably do need to add this partially to unjs/h3)

enhancement
security

We have some issues unnoticed since vitest setup is not catching unhandled issues. We might use a beforeEach/afterEach hook to catch them and throw per error somehow. (unnoticed fixes: https://github.com/unjs/h3/commit/7b18fa0acd376cc6ec4fe7a15e1caf86d52eff9e,...

chore
test

Syntax detects and code analyzes utils introduced since initial versions of mlly are Regexbased which are fast and fairly stable. However, they often come to limitations and edge-cases + make...

enhancement
discussion
breaking change