avvo
avvo
TtRPC
Created by Arxk on 3/26/2025 in #❓-help
How would I go about passing an image to the server using tRPC?
ran a service once that had its hottest endpoint serve 17mb of json 😭
12 replies
TtRPC
Created by Arxk on 3/26/2025 in #❓-help
How would I go about passing an image to the server using tRPC?
yeah bandwidth would not be fun, make sure to gzip, but http can handle it
12 replies
TtRPC
Created by bill92 on 3/24/2025 in #❓-help
Use middleware on the router level
just create new procedures that are only used in the billing router
3 replies
TtRPC
Created by Arxk on 3/26/2025 in #❓-help
How would I go about passing an image to the server using tRPC?
thats what i would do
12 replies
TtRPC
Created by Arxk on 3/26/2025 in #❓-help
How would I go about passing an image to the server using tRPC?
yeah just send it as an arraybuffer probably
12 replies
TtRPC
Created by avvo on 3/22/2025 in #❓-help
tRPC Monorepo w/ Package Path Aliases
specifically someApp <- trpc with trpc procedure definitions being imported by path alias
8 replies
TtRPC
Created by avvo on 3/22/2025 in #❓-help
tRPC Monorepo w/ Package Path Aliases
in any build system
8 replies
TtRPC
Created by avvo on 3/22/2025 in #❓-help
tRPC Monorepo w/ Package Path Aliases
of course, however i'm just wondering if you've worked in a repo with path aliases in subpackages
8 replies
TtRPC
Created by avvo on 3/22/2025 in #❓-help
tRPC Monorepo w/ Package Path Aliases
@julius Sorry for the tag, but might need some expert knowledge here.
8 replies
TtRPC
Created by zirkelc on 6/16/2023 in #❓-help
TypeScript Alias Imports don't get resolved ont the Client
can you show me a bit of that tsconfig and how you got the path aliases to work out?
8 replies
TtRPC
Created by zirkelc on 6/16/2023 in #❓-help
TypeScript Alias Imports don't get resolved ont the Client
hi i know this is a long time ago but i'm having the exact same issue but having no luck setting up a shared tsconfig and the paths being respected
8 replies