Ahmed Abdelbaset

Results 22 issues of Ahmed Abdelbaset

This PR refactors the code to improve the user experience when no components are selected for installation. In the original code, if no components were selected, the program would prompt...

# `src` directory is amazing. It organizes the project structure. So instead of making the suggested dir `{ROOT}/components/ui` next to `src` dir, I made it in `./src/components/ui`. I know that...

First, let's see what is the current implementation for pagination: ```jsx {pager?.prev?.href && ( {pager.prev.title} )} {pager?.next?.href && ( {pager.next.title} )} ``` The current implementation for pagination in the code...

![Hi Dan](https://github.com/bluesky-social/social-app/assets/82659015/85ea69b6-a841-42b6-834e-538956359641)

bug
x:planned

## **Describe the bug** let's imagine this path `a/b/node_module` & `a/c/node_module` When I run `npx npkill` in the `b` or `c` dirs, It shows the `node_module`. But When I run...

bug

See this qoute: ```markdown if you use [CodeSandbox](https://codesandbox.io/) or [Create React App](https://create-react-app.dev/), the root component is defined in `src/App.js`. If you use the framework [Next.js](https://nextjs.org/), the root component is defined...

CLA Signed

Is there any APIs that provide me range of verses recitation from specific ayah to specific ayah for example: Al-bakarah chapter from verse 5 to verse 10. and response a...

I'm building a [telegram bot](https://github.com/a7med3bdulbaset/telegram-quran-bot) for Quran and would like to use these cards in my project. Are there open-to-use?