Demian Parkhomenko
Demian Parkhomenko
### Check for existing issues - [X] Completed ### Describe the feature Copy GitHub permalink from zed. ### If applicable, add mockups / screenshots to help present your vision of...
## Feature Request It would be nice to write MongoDB playground in Typescript, then we will have design time validation and good suggestions in IDE. ## Detailed Description It would...
$app=com.miui.systemAdSolution matches all hostnames. ``` const dnsResult = dnsEngine.match(hostname); if (dnsResult.basicRule && !dnsResult.basicRule.isAllowlist()) { // blocking rule found .. } if (dnsResult.hostRules.length > 0) { // hosts rules found .....
# Feature request Recently, GitHub added nice blocks for emphasizing important information. WDYT about start using them? https://github.com/orgs/community/discussions/16925 > [!NOTE] > Highlights information that users should take into account, even...
**Is your feature request related to a problem? Please describe.** Currently, all types are optional, or at least a lot of them. See: https://github.com/search?q=repo:googleapis/google-api-nodejs-client+%22%7C+null%22&type=code So, this leads to an awful...