Vikash Rathee
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  **Code Snippet** ```javascript import { chromium } from "playwright-extra"; import StealthPlugin from "puppeteer-extra-plugin-stealth"; chromium.use(StealthPlugin()); const bs...
### 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",...
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 ,...
 ## DaySchedule  ## Calendly  ## Cal.com 
### Bug description Getting error on build on Worker as well locally on Wrangler **Logs from Cloudflare Deployment**  **Logs from Wrangler** ``` wrangler pages dev --proxy=3000 --compatibility-date=2023-09-04 --local ```...
**I'm submitting a ...** (check one with "x") ``` [x] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support...