Necrelox
Necrelox
### What version of Elysia is running? 1.2.25 ### What platform is your computer? Linux 6.13.5-2-cachyos x86_64 unknown ### What steps can reproduce the bug? ```ts const a = new...
### What version of Elysia is running? 1.2.25 ### What platform is your computer? Linux 6.13.7-2-cachyos x86_64 unknown ### What steps can reproduce the bug? ```ts new Elysia() .model({ example:...
### What version of Elysia is running? 1.2.11 ### What platform is your computer? Linux 6.13.5-2-cachyos x86_64 unknown ### What steps can reproduce the bug? ```typescript import { Type, TypeGuard...
Hello, I hope you’re doing well. I have a question regarding this code: ```ts import { Type } from '@sinclair/typebox'; import { Create } from '@sinclair/typebox/value'; const schema = Type.Object({...
### Description Hello, I hope you’re doing well. I’m using `Docker Swarm`, which I really appreciate overall. However, I’ve run into an issue that, in my opinion, shouldn’t even exist...
### What is the problem this feature would solve? Currently, when using `t.Date()` (`TDate`) with Elysia, the generated schema produces an invalid OpenAPI document. Elysia expands `t.Date()` into a union...