Video: How to enable “Hey Siri” on MacOS and useful Siri commands
Warning: Undefined array key "layout" in /home/bateeqjg/public_html/news/wp-content/plugins/wp-about-author/wp-about-author.php on line 94
More info:
Learning to See in the Dark
Keeping track of all your open pull requests, PRs, in Github is hard.
This problem is multiplied when you contribute to multiple projects.
It’s even worse when you’re one of the few with merge rights to a popular repository with a lot of activity.

Luckily, Github has advance search features that allow you to instantly find open PRs from a user.
Here’s how.
1. Go to https://github.com/search
2. Find the username of the person on github. Their username is on their github profile under their name.
3. Search
is:open is:issue author:${USER_NAME}
Example:
is:open is:issue author:LarryBattle
Github search for my open PRs.

I’ve used this search recently to close a few PRs back from 2012!

More info:
– Github Advance Search, useful for creating complex queries
– Searching on github
Learn more:
Check out this Aspect Ratio Calculator