Rajat Khanduri
Rajat Khanduri
App Idea for "Google Drive Downloader", Tier2:Intermediate
the fork image wasn't properly rendering in Firefox and chromium based browsers, so it is replaced with "Fork" button ## 🛠️ Fixes Issue ## 👨💻 Changes proposed ## ✔️ Check...
> Added w3school's free course in the resources section (which is the best course imo) > Added the first 10 Fibonacci numbers
This will help beginners setup the project locally on their system. Some formatting fixes
Fixes various clippy code warnings by removing unnecessary stuff to optimize the codebase. These includes warnings about operator precedence, redundant field names in struct initialization, single-character string constant used as...
This PR addresses an issue where `npm install` fails due to `husky` not being available in production. ### Reason: Husky is only listed under `devDependencies`, but the `prepare` script (inside...
- [x] Switch to using `pnpm` in github `workflow` and `Dockerfile` - [x] After this we don't need `package-lock.json` since `pnpm-lock.yaml` replaces it - [x] updated github actions versions -...
## Description When connecting to Neo4j/Memgraph using an IP address (e.g., `bolt://12.34.56.78:7687`), Node.js emits a deprecation warning: ```rs (node:30) [DEP0123] DeprecationWarning: Setting the TLS ServerName to an IP address is...