Manu Claeys
Manu Claeys
No socket io support ? Fine, uninstall Insomnia, welcome Postman
> According to the newest versions of TypeScript, you better use `unknown` instead of `any` now. And you better don't use `Function` in such cases, because `Function` also means a...
> Yeah seems like with() is always the slowest at first but gets faster overtime when it is run multiple times but is still slower then globalThis. (This is not...
Yep, this is possible, but this is like paying 2 times to cost of rendering. canvas.toBuffer(...) already has a cost. If you wrap it inside a stream, it means paying...
Thanks @cynicalsubject only your solution worked for me. Lost 2 hours at this : / . And yes, Typescript is raising an error (using Next 15)
I have no idea, but a bug in your code cause a server crash, which then triggers a restart over and over ?