Hussam Khatib

Results 63 comments of Hussam Khatib

Hi @sadanandpai , I would like to pick this issue. Please provide more info on the issue If I can pick this up.

How about doing what's specified in > DO NOT reuse the same instance of router like the below pattern: https://github.com/hoangvvo/next-connect#common-errors Where you would clone it. @hoangvvo I like the way...

Hey @danilowoz , I might be able to work on this. Can you point me to right direction so that I can explore a bit and decide If I can...

I also had the same issue with google auth despite having Text type on id_token as you had too. The logs helped me where it broke. [line 18](https://github.com/nextauthjs/adapters/blob/main/packages/prisma/src/index.ts) ```js linkAccount:...

Hi, I would like to pick this issue

Hi Maintainers, I am working on this endpoint currently. > ` /api/book/confirm` GET -> `query viewer.book.confirm` The above should be a POST method in trpc. See below : [BookingListItem.tsx](https://github.com/calcom/cal.com/blob/main/apps/web/components/booking/BookingListItem.tsx) ```ts...

- The route `/api/event-type/index` route does not exist. --- This is not used anywhere > /api/availability/day (DEPRECATED) Should I go on and delete this [file](https://github.com/calcom/cal.com/blob/main/apps/web/pages/api/availability/day.ts) and it's occurence in [calendso.yaml](https://github.com/calcom/cal.com/blob/main/apps/web/calendso.yaml)...

HI @PeerRich , can you update the todos, the below endpoints are completed in previous PR. - [x] /api/book/confirm - [x] /api/availability/day - [x] /api/availability/eventtype // all methods - [x]...

hey maintainer, i would like to work on this issue,can you assign it to me.