jolan
jolan
This issue does not happen only when using a `t.Union([t.Array(t.String()), t.String()])`, it happens on any query parameter typed as `t.Array(t.String())` which is very problematic. By looking at the source code,...
@SaltyAom I've been missing the context I am on. Am I missing on a particular change that make the model mapping deprecated ? Ofc when doing a Union of Array...
@bogeychan same issue here on this code ```typescript import { Elysia, t } from "elysia"; const app = new Elysia() .get("/hello", () => "Hello Elysia", { response: { 200: t.String()...
> @aburii thanks for sharing this finding. > > @SaltyAom > > * The `response` schema with different status codes, as shown above ([Typecheck breaks for response schema not containing...
@SaltyAom Feels a bit weird to call a function 'error' to send back a success status, is there any function planned on next versions of Elysia to feel _more accurate_...
Having the same exact issue here, any news ?
> ### Affected Packages > core, starter-kit, markdown, vue-3 > > ### Version(s) > 3.11.0 > > ### Bug Description > Typing in the editor: `Line1 Line2` > > Problem...
Having the same issue here