Bogeychan
Bogeychan
### What version of Bun is running? 1.0.15 ### What platform is your computer? _No response_ ### What steps can reproduce the bug? ### Code ```ts // index.mjs const body...
### What version of Elysia.JS is running? 1.0.0 ### What platform is your computer? _No response_ ### What steps can reproduce the bug? Test file: ```ts // query.ts import {...
### What version of Bun is running? 1.1.8 ### What platform is your computer? WSL Ubuntu ### What steps can reproduce the bug? ```js // main.js const foo = eval(`function...
### What is the problem this feature would solve? Webhooks send `POST` requests to the same endpoint (based on `event`-literal). Someone on [discord](https://discord.com/channels/1044804142461362206/1044807567022493766/1266495669636436054) wanna separate this logic into different functions...
### What version of Elysia.JS is running? 1.1.4 ### What platform is your computer? WSL Ubuntu ### What steps can reproduce the bug? ```ts // index.ts import { Elysia, t...
### What version of Elysia.JS is running? 1.1.3 ### What platform is your computer? WSL Ubuntu ### What steps can reproduce the bug? ```ts // test.test.ts import { t, Elysia,...
### What version of Elysia.JS is running? 1.0.20 ### What platform is your computer? _No response_ ### What steps can reproduce the bug? ```ts import { Elysia, t } from...
https://github.com/elysiajs/elysia-graphql-yoga/issues/12
### What versions are running? ```json { "dependencies": { "elysia": "1.1.3", "@bogeychan/elysia-logger": "0.1.1" } } ``` ### What steps can reproduce the bug? ```ts import { Elysia } from "elysia";...
### What version of Bun is running? 1.1.26 ### What platform is your computer? WSL Ubuntu ### What steps can reproduce the bug? ```ts // test.test.ts import { test }...