Hussam Khatib
Hussam Khatib
I have a notion database with many views. examples default -> https://www.notion.so/0bd7b86073744122bd61c5c552289447?v=fd64f69c0cbc40778e8b7678cc9c7efc view using filter -> https://www.notion.so/0bd7b86073744122bd61c5c552289447?v=75f71e6a98af49c7a99bfffd5831062c view using sort -> https://www.notion.so/0bd7b86073744122bd61c5c552289447?v=62490a5720ff45c8bc7201e9bf8831d9 I tried fetching using the notion worker `https://notion-api.splitbee.io/v1/table/${NOTION_BLOG_ID}`...
Suppose I have the markup stored. I want to display the text in another div . I tried using dangerouslySetInnerHTML , which shows error in the web page . Is...
Making Components headless to have greater control on how we can style them. Proposed change: This is an example how this can end up. All logic is extracted in hooks...
this [example](https://github.com/Bunlong/react-papaparse#button) does not display data in proper format. As it shows all the data in column 1. I got it working by removing the delimiter option.
It would be great If we can have ability to add more section like projects, achievements i.e specified by user .
fetch only if enabled is true, Coinsider the example ```js const [value, loading, error] = useDocument( doc(firestore, "users", useruid) ); ``` adding a optional flag to fetch only when useruid...
### Is your proposal related to a problem? The section *Setup your first user* is not required imo. There are already all kinds of users created using the [seed data](https://github.com/calcom/cal.com/blob/main/packages/prisma/seed.ts)...
…ule in trpc ## What does this PR do? - change API route from ` /api/book/request-reschedule` to trpc query -> `viewer.booking.requestReschedule` -Refs: #3573 Notes to reviewer: - The route is...
- Moved the function declaration(checkRouteExists) outside component definition - remove for-loop and pass the routes as array in second arg of `matchPath` method, Fixes: #1659 Additional Notes - This check...