Yashveer Rana

Results 9 issues of Yashveer Rana

I'm trying to use hapi-io with a HTTPS Hapi server. I have two connections defined so as to be able to redirect all http requests (port 80) to https `server.connection({...

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ```bash Node.js v18.15.0 Operating System: Platform: darwin Arch:...

Can we add something into this cursor that can simulate human way of scrolling? Essentially a human like simulation for `page.mouse.wheel` method? Default behaviour from puppeteer would be pretty mechanical...

I reached this repo from your comment on the issue here - https://github.com/akveo/ngx-admin/issues/1364#issuecomment-471827969 I'm basically trying to implement Angular Universal myself on the Ngx-admin, however I'm facing a particular static...

I have a user facing application where people make searches on a particular collection. How is the multi-request connection handled. Should i be creating new client instances on every request?

I'm trying to define a dynamic rate limit based upon the user's role. To achieve this, the user details has to be fetched from db (redis) and then evaluated via...

Is there any documented example of how to run this with [puppeteer-cluster](https://www.npmjs.com/package/puppeteer-cluster) Documentation says you can pass the `puppeteer` instance in the init method. https://github.com/thomasdondorf/puppeteer-cluster/blob/HEAD/examples/different-puppeteer-library.js ``` const cluster = await...

Is this library pointless to use with Remote browsers deployed on cloud services like [browserless](https://www.browserless.io/) ? The issue -- The library currently sends a whole bunch of CDP commands to...