Necrelox

Results 6 issues of 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...

bug

### 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:...

bug

### 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...

bug

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...

kind/feature
status/0-triage
area/swarm
area/stack

### 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...

enhancement