MatanMaimon

Results 12 comments of MatanMaimon

@Frooodle that worked! however, the result PDF is LTR.. can't it auto-detect the source file and set it to RTL when needed? Alternatively, can I explicitly set the result PDF's...

try this as the code of `app/api/queuedash/[...trpc]/route.ts` (note the folder name is `[...trpc]`): ```typescript import { fetchRequestHandler } from "@trpc/server/adapters/fetch"; import { appRouter } from "@queuedash/api"; import { Queue }...