Christopher Rivera

Results 12 comments of Christopher Rivera

hi any updates on this i am having the same issue

any update on this?

Hi just for future reference ``` import { Body, createHandler, HttpCode, Post, UploadedFiles, UseMiddleware, } from "@storyofams/next-api-decorators" import multer from "multer" const upload = multer({ dest: "uploads/", limits: { fileSize:...

you can fix it by doing the following: in the Keyboard_willShow method add this: viewableHeight = MIN(352, viewableHeight); // 352 is the height of the secure keyboard so make it...

I have a similar issue when using Gitpod and the firebase emulator with auth and storage.

Is there a way to use this without being merged? `npm create t3-app@trpc11`? Thank you

> I just checked how file uploading works over bun `1.0.2` and it seems small files going through just fine, but tried 500Mb file, and it got 'frozen' with a...

Hi `json` has a different case statement, so I don't think that should be affected. Also I tested with regular objects using form and the new validator ``` zValidator( "form",...