-
Hello! :wave: :cat:
I came across Elysia this weekend and rather excitedly started writing some demo code. Great work - it's very fast and easy to use! However, I came across a bug with dependency i…
-
Hello, thank you for this nice server-side jsx alternative and plugin for safer operation.
I'm getting what I think it is a false positive in one quite common JSX usage, mapping over a list of elem…
-
When trying to bundle elysia using `bun build --target bun` it fails to bundle because it cannot resolve `@elysiajs/fn`, the error is `error: Could not resolve: "@elysiajs/fn". Maybe you need to "bun …
-
When a websocket route is defined in a plugin, it won't work correctly.
Ex.
```js
import Elysia from "elysia"
const ws = new Elysia().ws("/", {
message(ws, message) {
console.log(m…
-
@LoganArnett mentioned in a [PR](https://github.com/bogeychan/elysia-logger/pull/1#issue-1824738244) the idea of renaming derived or decorated properties of plugins when they are included in an actual…
-
I was following the code examples from [Ethan Niser's BETH Stack](https://github.com/ethanniser/the-beth-stack) and ran into an issue with loading my stylesheet. His example code looks something like:…
-
Hi! First of all thank you for this awesome project, I really love how it works!
I was trying to implement my own types using typebox and faced a problem with error messages generation. For example…
-
### Package
lucia-auth
### Describe the bug
Using this code
```ts
const user = await auth.createUser({
key: {
providerId: "email",
providerUserId: body.email.toLo…
-
Elysia calls `this.server.reload()` here whenever `.use()` is called:
https://github.com/elysiajs/elysia/blob/9192fa90c57467a3f60fe6c5e8963e89a994a2bc/src/index.ts#L2716
This results in this run…
-
As the title says, you cannot use a PrismaClient object in .decorate() or .state(), it will throw the following error:
![image](https://github.com/elysiajs/elysia/assets/45318608/fe12b24a-8508-42b0-9…