Vikash Rathee

Results 37 issues of Vikash Rathee

I was thinking to purchase the paid version, but trying the free version and it's throwing lots of errors! First is says - [NG_SERVE] 'cross-env' is not recognized as an...

I have and `internal ` type property called `code` in my class to ignore it in JSON serialization in my API. But this is ignored in insert/update as well by...

**Describe the bug** Getting error on this line while using playwright-extra sometime https://github.com/berstend/puppeteer-extra/blob/523b2efe7dc000536ef6bd608810d4e01e206504/packages/puppeteer-extra-plugin-stealth/evasions/user-agent-override/index.js#L82 ![image](https://user-images.githubusercontent.com/6106479/190953896-6d2037b6-6a70-4e88-a711-7136f6286f17.png) **Code Snippet** ```javascript import { chromium } from "playwright-extra"; import StealthPlugin from "puppeteer-extra-plugin-stealth"; chromium.use(StealthPlugin()); const bs...

issue: bug report
needs triage

### Bug description Steps to reproduce the problem: ## Example 1 Launch browser with proxy server ``` return await puppeteer.launch({ headless: headless, executablePath: CHROMIUM_PATH, ignoreHTTPSErrors: true, args: [ `--proxy-server=${process.env.PROXY_SERVER}`, "--no-sandbox",...

bug
upstream
confirmed
P3
m129

When I pass the dates in JSON `filter`, it's not parsed and resulted in `string` **Parser** ``` _parser = new MongooseQueryParser({ blacklist: ['apiKey', 'apikey'], sortKey: 'sort', limitKey: 'limit', skipKey: 'offset',...

Hi @cantino thanks for amazing tool. But, I think it require some bug fixes or upgrade. As, I've been running some test cases and found that SG doesn't works in...

Anyway to print the result with `` and `` tag? ``` var first = "This is a paragraph" var second= "This is a changed paragraph" var diff = htmlDiffer.diffHtml(first ,...

![Appointments page performance](https://github.com/dayschedule/dayschedule-widget/assets/6106479/ddb00df2-e0a9-466c-bdec-3688a7e86b58) ## DaySchedule ![Calendly](https://user-images.githubusercontent.com/6106479/279574461-5512e5eb-20de-495c-9b11-bc6c7729bfec.png) ## Calendly ![Calendly](https://github.com/dayschedule/dayschedule-widget/assets/6106479/788d73d3-e041-4dae-b96c-fa309ea1cac9) ## Cal.com ![cal.com performance](https://github.com/dayschedule/dayschedule-widget/assets/6106479/95239f1f-8a95-4378-bc9c-82cd544c4be9)

enhancement

### Bug description Getting error on build on Worker as well locally on Wrangler **Logs from Cloudflare Deployment** ![image](https://github.com/cloudflare/puppeteer/assets/6106479/99390eb5-2e79-4544-8d35-df47bddb1e86) **Logs from Wrangler** ``` wrangler pages dev --proxy=3000 --compatibility-date=2023-09-04 --local ```...

bug

**I'm submitting a ...** (check one with "x") ``` [x] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support...