-
### What version of Bun is running?
1.1.30+7996d06b8
### What platform is your computer?
Linux 6.9.7-arch1-1 x86_64 unknown
### What steps can reproduce the bug?
1. Simple Elysia app that uses `k…
-
### What is the problem this feature would solve?
ElysiaJS, while a promising framework, currently lacks the structured organization and conveniences provided by frameworks like Spring Boot or NestJS…
-
I added `@elysiajs/jwt ^1.0.2` to my project and initialised it with the `.use` hook. Everything seems to work fine however it breaks the type inference causing the handler method parameters to implic…
-
### What version of Elysia is running?
1.1.16
### What platform is your computer?
Linux 6.10.4-amd64 x86_64 unknown
### What steps can reproduce the bug?
- Add html plugin for JSX ()
- Do incorr…
-
### How can we reproduce the crash?
_No response_
### Relevant log output
_No response_
### Stack Trace (bun.report)
Bun v1.1.27 ([`1bed7a7`]()) on windows x86_64 [o]
**panic**: Internal Error…
-
I have trouble in my CD since last update (0.7.2 to 1.1.2) , bun test works fine locally but wont pass in github. I have another old branch on 0.7.16 that doesn't have this issue either.
[Link to act…
-
Nothing wrong with the generator function but doesn't work on every possible case.
If you are sending data from a event emitter like this you won't be able to use the generator
```ts
import { E…
-
```ts
yoga({
schema,
graphiql: {
subscriptionsProtocol: "WS", // this does nothing
},
})
```
https://the-guild.dev/graphql/yoga-server/docs/features/subscriptions#graphql-over-webs…
-
![изображение](https://github.com/panva/jose/assets/65418952/f30d38d9-029e-42c7-88fb-1eedfdb04882)
```ts
export const jwtMessaging2 = new Elysia()
.use(
jwt({
name: "jwtMessaging",
s…
-
I needed subscriptions in my project and in the end had to make a different server for graphql yoga because graphql-ws subscriptions wouldn't work with Elysia.
The main issues are:
1. Elysia webs…