Shrey Gupta

Results 22 comments of Shrey Gupta

Just wanted to check if there was some recent activity here! Would love a pip-merge functionality or some kind of way of making pip-compile cognizant of environment markers

Any news on this? Would love to be able to use this.

> @gustavopch I'm having success at the moment with > > ```json > "lint-staged": { > "**/*.ts?(x)": "tsc-files --noEmit --pretty next-env.d.ts node_modules/@types/jest/index.d.ts @types/millicast.d.ts" > } > ``` > > It...

Any updates on this? Experiencing the same issue where an empty `export {}` gets appended to the outputted js when compile a `.cts` file. My package.json has `type: module` set,...

Ah thank you! You're right; turns out I needed to import `clsx` as: ``` import { clsx } from "clsx"; ``` My ts build now works with `module: nodenext`, and...

Telemetry went down recently because the crewai.com server itself was experiencing issues, and made it incredibly difficult to develop: https://github.com/crewAIInc/crewAI/issues/1164

Checking on this! Using paint worklets to get a squircle effect on some divs, but may need to pause my usage there if it completely breaks lighthouse...

Also running into this with ``. I put "use client" on my page where I imported `` and it worked, but I imagine there's a missing "use client" somewhere in...

same issue for us too. `https://nextjs.org/` seems to fail in an iOS safari 13 browser when tested with browserstack... (It does work in iOS safari 15 on browserstack, so this...