Muhammad Tayyab Sheikh
Muhammad Tayyab Sheikh
**Describe the bug** It two users are mentions for same type of contribution when a pull request is co-authored by two or more people then only one user is being...
Can we add a feature to minimize Tallow to System tray? It would be really good to have it.
When given command to download APK (e.g. com.facebook.katana) ```python server.download("com.facebook.katana") ``` Following error from generated protobuf python file is shown: ``` Traceback (most recent call last): File "", line 1,...
Fixes issue https://github.com/NoMore201/googleplay-api/issues/132 (#132) as per https://github.com/NoMore201/googleplay-api/issues/132#issuecomment-671605973 Fix #132
I tried to get Details for `com.facebook.katana` but there is no information about Version. I noticed that following data is missing: * `details` => `appDetails` =>`versionString` * `details` => `appDetails`...
Please explain the Fields and values returned by the `details` method. e.g. "unknown25" and "restriction" (restriction has different integer values like 1 or 9, what are they for?) etc.
Can you please add a feature to automatically change random wallpaper on regular basis (Daily, Weekly, etc.)? It will be a really good addition to the app.
If 'RHOST' is set for an exploit even then it shows missing_required 'RHOSTS' while in Metasploit when RHOST is set RHOSTS is not required. how to cater this while using...
To make the documentation clearer, typo needed to be fixed.
Now we can provide arbitrary and multiple parameters name in URL Path. ### Example ```php $app->get( 'user/:username/pictures/:id', function ($req, $res) { $res->json($req); } ); ``` This will output the resultant...