Muhammad Uzair

Results 10 issues of Muhammad Uzair

### Which SDK version are you using? 11.0.0 ### What's the issue? Poor documentation. Facebook recommend using business-sdk for most of its api use cases, can't even find reliable or...

**Improve puppeteer-extra-plugin-user-preferences documentation** It should provide proper details on `what` arguments we can pass & `their purpose`. e.g: how to set a custom download directory path & how to allow...

issue: proposal

* add use case specific examples to `Add plugin-user-preferences` plugin. refer to [this issue](https://github.com/berstend/puppeteer-extra/issues/688)

plugin: puppeteer-extra

**Feature request** ****Image-based captcha solving support*** [puppeteer ReCaptcha plugin](https://github.com/berstend/puppeteer-extra/tree/master/packages/puppeteer-extra-plugin-recaptcha) should be able to solve image-based captchas. Currently, it does support non-image-based captchas but ordinary image-based captchas are too often. Also,...

issue: proposal

**This PR fixes following 4 issues** 1. Issue #254 2. Issue #237 3. Issue #228 4. Issue #55 Both Facebook Watch Feed and Facebook reels should be eradicated.

Currently between operator is not supported in this package, it is supported by dynamodb in API and AWS Dynamodb console.

### Is there an existing issue for this? - [X] I have searched existing issues, it hasn't been reported yet ### Use case description ### Summary: Request for the Serverless...

This PR is intended to solve [Incorrect Code Snippet [Interface Example]](https://github.com/rmolinamir/typescript-cheatsheet/issues/44) Bug.

### Original statement "However, should a class X inherit properties from Person, class A will be able to access all private properties from Person (e.g., type and setType) due to...

The following [interface section](https://github.com/rmolinamir/typescript-cheatsheet#interfaces) contain a code snippet as follows. ```ts interface NamedPerson { firstName: string; age?: number; [propName: string]: any; greet(lastName: string): void; } class Person implements NamedPerson {...