Jozef Mikuláš
Jozef Mikuláš
### What version of Elysia.JS is running? 0.8.17 ### What platform is your computer? Darwin 23.1.0 arm64 arm ### What steps can reproduce the bug? When compiling an application to...
Similar to this [issue](https://github.com/elysiajs/elysia/issues/984). When merging schemas from a guard with handler's schemas, only the props defined in guard schemas will be visible in `InternalRoute.hooks[hook]` and therefore in the openapi...
### What version of Bun is running? 1.3.1+89fa0f343 ### What platform is your computer? Darwin 24.6.0 arm64 arm ### What steps can reproduce the bug? Run this script: ```ts import...
Similar to Array.prototype.find, the return value of `asyncFind` should be `Promise`, rather than `Promise`, since `undefined` will be returned in case there is no match found.