-
During any operation on CPU, I get the following error:
```
2023-09-17 03:00:48 | WARNING | infer.modules.vc.modules | Traceback (most recent call last):
File "/big/work/Retrieval-based-Voice-Con…
-
### Describe the bug
While running `./zbpack ./tests/bun-elysia`, I encountered a runtime error. The error occurred in the `GetInstallCmd` function, with the specific stack trace as follows:
#…
-
**Is your feature request related to a problem? Please describe.**
Today we have 3 types of projects in our monorepo:
- Applications (SPAs, SSR Apps like Next.js)
- Pure Backend Applications (E…
-
Adding iframe elements to a tsx file produces type errors for supported attributes like allow or frameborder.
"Type '{ width: string; height: string; src: string; title: string; frameborder: string…
-
Movie playback is an event command that uses DirectShow to show a video.
Really awful to support because any format can be thrown at us here...
#### Name of the game:
Any with Video event
#### K…
-
In 2024 it's not hard to create a E2E system with Node, TS and some client-side fetch. Elysia and Hono, the newest frameworks, already support this use case. I think your monetization approach by givi…
-
> prisma: 5.5.0
> lucia: 2.7.2
As mentioned in https://github.com/lucia-auth/lucia/issues/1193#issuecomment-1782639908, creating user with key returns an error:
> Invalid `prisma.key.create()` in…
lnfel updated
9 months ago
-
### What version of Bun is running?
1.0.23+83f2432da
### What platform is your computer?
Linux 6.2.0-26-generic x86_64 x86_64 (Ubuntu)
### What steps can reproduce the bug?
I using `elysia` as se…
1bye updated
9 months ago
-
packages
"elysia": "0.7",
"elysia-autoroutes": "^0.4.0"
```
export default (app: ElysiaApp) => app
.post("/", async (ctx) => {
try {
const payload = await ctx.request.text()
…
-
### What version of Elysia.JS is running?
0.7
### What platform is your computer?
Darwin 22.5.0 x86_64 i386
### What steps can reproduce the bug?
1. Create a static API route
2. Attemp…