islam kamel

Results 8 issues of islam kamel

# Description ### Added doubly LinkedList Data Structure **The doubly-linked-list includes many methods:** - push - pop - get_previous - get_item - get_list - update - delete Fixes #565 ##...

# Data Structures ### Types of data structures available - **Doubly LinkedList** ### Another type of data structure will be added later StackBinary TreeBinary Search TreeHeapHashing ### Doubly LinkedList Methods...

This helps with Django4.0 and would also work with the older version. Replace ```python from django.conf.urls import url, include ``` To ```python from django.conf.urls import include try: from django.conf.urls import...

**cdn.jsdeliver not working in Egypt** replaces the src or href attribute with fastly.jsdelivr. It also tries to reload the resource from the original CDN after a failure.

chore(fixes #2801): use function default parameters instead of **defaultProps** - [x] Bug fix - [ ] New feature - [x] Chore - [ ] Breaking change - [x] There is...

Fixed #2886 **Changes Made:** - Updated PDFDownloadLinkProps to correctly handle the 'children' prop, allowing for both ReactNode and function types. - Ensured compatibility with TypeScript type definitions to prevent type...

**Describe the bug** After updating to react-pdf v4, I encountered a TypeScript error when using the **PDFDownloadLink** component. The error occurs when passing a render prop to PDFDownloadLink, specifically when...

### Describe the bug Latest version of `Vite` v7 Accept Plugin only as `PluginOption` Type ### Version v7 ### Reproduction install [email protected], Apply Federation Configuration using `defineConfig` function with typescript...

bug