Babak K. Shandiz
Babak K. Shandiz
Fixes #49989 ## Problem There were two problems: 1. Type inference for variables declared by binding elements was not accurate. For example, for the declaration below the type of both...
In [`_deliver_data()`](https://github.com/NoMore201/googleplay-api/blob/master/gpapi/googleplay.py#L498) method, the download request could fail. In a real world example we got a 503 status code (i.e., `The service you requested is not available yet.`), but it...
Fixes #49989 Alternative to PR #50241. Here, to prevent false circular-relationship on binding elements initialized with their siblings (like the code segment below), we've utilized `CheckMode` values other than `Normal`...
This PR adds the new `pr update` command, to update a PR branch with the latest changes of its base. Under the hood, we use the [`updatePullRequestBranch`](https://docs.github.com/en/graphql/reference/mutations#updatepullrequestbranch) mutation. Fixes #8426...
As of [this](https://azure.microsoft.com/en-gb/updates/technical-support-for-instrumentation-key-based-global-ingestion-in-application-insights-will-end-on-31-march-2025/) update, the support for instrumentation keys-based usages will end on March 2025: > On 31 March 2025, technical support for instrumentation key–based global ingestion in the Application...
### Describe the bug I was trying to run `gh pr update-branch` on a PR I've submitted to the current repo [cli/cli](https://github.com/cli/cli) but I got this error message: ``` GraphQL:...