Vladimir Krasnochub

Results 25 comments of Vladimir Krasnochub

I switched from this package to a package by one of the Nest's developers https://github.com/jmcdo29/nest-lab/tree/main/packages/fastify-multer Works well!

This seems to be happening to me as well. When an express server is ran using pm2, it times out after two minutes

Managed to get rid of my "unsafe legacy renegotiation disabled" error using this: ```typescript import { constants } from "node:crypto"; import { HttpsProxyAgent } from "https-proxy-agent"; const proxyAgent = new...

Are Typeorm and MikroORM even possible? They rely on experimental decorators

> What I did in my case since Elysia is dependent on `@sinclair/typebox`, It's already installed. > > import { Value } from "@sinclair/typebox/value"; > import { t } from...

You can just use `Type` from typebox in this case, but it's still a crutch

Still present in v11 btw

Ugh, so I've been writing this example ![Image](https://github.com/user-attachments/assets/1dc9ea6d-573a-403f-b2eb-7e555c1bcaea) But now I have a problem where turning off `logger` in test Fastify application doesn't work, the logs are still being generated,...

A real pity it requires a workaraound in v4