Harsh Mangalam

Results 49 issues of Harsh Mangalam

Server Error Error: require() of ES Module /home/l10006blr/Development/Nextjs/plants-shop/node_modules/d3-shape/src/index.js from /home/l10006blr/Development/Nextjs/plants-shop/node_modules/recharts/lib/shape/Symbols.js not supported. Instead change the require of index.js in /home/l10006blr/Development/Nextjs/plants-shop/node_modules/recharts/lib/shape/Symbols.js to a dynamic import() which is available in all CommonJS...

When i visit [What is SolidStart?](https://start.solidjs.com/getting-started/what-is-solidstart) and scroll to middle of page and after that when i move to [Project setup](https://start.solidjs.com/getting-started/project-setup) the scroll position is at same place where previous...

My folder structure looks like this ``` - routes - (auth).tsx - (auth) - login.tsx - [...404].tsx ``` When i remove `(auth).tsx` from `routes` now when i visit `/login` it...

# What is it? - [x] Feature / enhancement - [ ] Bug - [ ] Docs / tests # Description Fixed type import warning

# What is it? - [x] Feature / enhancement - [ ] Bug - [ ] Docs / tests # Description fix consistent type import warning

```ts return new ReadableStream({ async pull(controller) { const chunk = new Uint8Array(blockSize); try { const read = await video.read(chunk); if (read) { controller.enqueue(chunk.subarray(0, read)); } readBlocks--; if (readBlocks === 0)...

needs info
stale

### Bug description ``` ".prisma/client/index-browser" is imported by ".prisma/client/index-browser?commonjs-external", but could not be resolved – treating it as an external dependency. error during build: TypeError [PLUGIN_ERROR]: Invalid module ".prisma/client/index-browser" is...

bug/2-confirmed
kind/bug
domain/client
topic: deployment/vercel
topic: Vercel Edge Runtime
topic: driverAdapters
topic: qwikcity

Add an api to clear group notifications.

enhancement
good first issue
hacktoberfest