|
You are here |
coryknox.dev | ||
| | | | |
kinoshita.eti.br
|
|
| | | | | Some months ago I noticed that even after I marked all my GitHub notifications as read, the unread icon displayed at the right top corner was still showing as if I had unread notifications. GitHub Notifications icon always-on mode I tried changing the filters, waiting for a new notification to appear so that I could mark it as read, all hoping that icon would then change. But no matter what I tried in the GitHub UI, the icon was still there. | |
| | | | |
www.michaelcrump.net
|
|
| | | | | Learn how to deploy Azure Functions with Visual Studio Code | |
| | | | |
grosser.it
|
|
| | | | | Create a visible / easy to reuse token inhttps://github.com/settings/applications by storing the token in the application name. Use curl to search for code (notice the per-page 100) and grep case sensitive. curl -s -H 'Accept: application/vnd.github.v3.text-match+json' --user "TOKEN_GOES_HERE:x-oauth-basic" 'https://api.github.com/search/code?per_page=100&page=3&q=user:YOURORG+SEARCHTERM' | grep 'SearchTERM' Availble as reusable script:https://github.com/grosser/github-grep | |
| | | | |
www.4bes.nl
|
|
| | | This step by step guide will show how you can set up continous deployment and deploy Azure PowerShell Functions with GitHub Actions. | ||