Ledi Hildawan
Ledi Hildawan
Hi @ravensiris, there are some errors when I was refresh the page.
The `/todos` endpoint doesn't show up in Swagger due to response validation. It should be `response: t.Array(todoSchema)` instead of `response: "todo[]"`. And your code looks like this: ```TS import Elysia,...
> Todo[] should work too > > Idk why salty merge it without fully testing How is it now? Is it working? It's better to stick with what's shown in...
A common alternative used in scenarios involving large datasets is pagination or infinite scroll, since nearly all programming languages and frameworks are not designed to handle extremely large data retrievals...
I just tried it too, can't connect. Is there something wrong?
> The first reason is that Elysia's WebSocket functionality only exists in the [BunAdapter](https://github.com/elysiajs/elysia/blob/a35b26de4451da96f993917ca97cb95b5fc0401a/src/adapter/bun/index.ts#L123). You can tell because it has a `ws` method. When you integrate it with other frameworks,...
> The first reason is that Elysia's WebSocket functionality only exists in the [BunAdapter](https://github.com/elysiajs/elysia/blob/a35b26de4451da96f993917ca97cb95b5fc0401a/src/adapter/bun/index.ts#L123). You can tell because it has a `ws` method. When you integrate it with other frameworks,...
It’s absolutely illogical unless you're a beginner. The purpose of using the normalizePath function is to clean up the messy paths and make them consistent. However, in this case, there...
It seems very unlikely that the code is a number. It's better to always keep ElysiaJS updated. If you want to send an internal error like this, it's better to...
The error message appears because the validation `optionalSession: t.Optional(t.Ref('session'))` in the sign-in process is not working properly. The solution is to remove that line, then change the `session` type to...