m1212e
m1212e
It would be great to be able to set new default values for each field, maybe even set them automatically when that option is enabled and the form gets submitted....
I have the Problem that standartly there is no account for a player when he logs in. I solved it with giving him standartly money. But now I have the...
When I have this model ``` model AgendaItem { id String @id @default(uuid()) title String description String? } ``` with a generated schema like this: ```ts export const AgendaItem =...
Is there a way to e.g. validate email inputs via the config object on the String validator? ``` const T = Type.String({ format: 'email' }) ```
As I stated here: https://github.com/napi-rs/napi-rs/discussions/1321#discussion-4400022 a list of available macro arguments would be great. Or did I miss it? Had to look through the sourcecode to find skip_typescript
I made [prismabox](https://github.com/m1212e/prismabox), a generator to generate typebox schemes from the prisma scheme. Found it very useful when used with elysia and since there is no typebox tool listed yet,...
### Preflight Checklist - [X] I use the latest version of YouTube Music (Application). - [X] I have searched the [issue tracker](https://github.com/th-ch/youtube-music/issues) for a bug report that matches the one...
Hi @SaltyAom, at /src/utils.ts:273 /src/utils.ts:347 you check the following condition: ```ts if (normalize && schema.additionalProperties === true) // @ts-ignore compiledValidator.Clean = cleaner ``` which I think should be the other...
### What version of Elysia.JS is running? 0.8.17 ### What platform is your computer? _No response_ ### What steps can reproduce the bug? Use this script and visit the page...
Calling the API via the treaty encodes objects passed as query params as literally "[object Object]" instead of URL encoding it. ```ts this.iam.auth.domain.user.get({ query: { role: [{ id: orga.adminRoleId },...