I was struggling to kick off my self-assessment feedback for the year, so I came up with an idea to use the GitHub API to provide relevant data and jumpstart my writing process.
I started with this simple query:
query userInfo($login: String!) {DESIGN DOCUMENT
By Author Name for Reasons
Based on this post
# Official repository
sudo pacman -S code dotnet-sdk mono mono-tools mono-msbuild mono-msbuild-sdkresolver mono-addins
# Aur repository
yay -Sy unityhub| name: Deploy | |
| # Controls when the action will run. | |
| on: | |
| # Triggers the workflow on push or pull request events but only for the main branch | |
| push: | |
| branches: [ main ] | |
| # Allows you to run this workflow manually from the Actions tab | |
| workflow_dispatch: |
Moved this buildlog to here
| shell: | |
| program: bash | |
| args: | |
| - -c "zsh & tmux new-session -c /mnt/c/Users/rafael.delboni" |
| set clipboard+=unnamed | |
| set ignorecase | |
| set smartcase | |
| set visualbell | |
| set noerrorbells | |
| set hlsearch | |
| " IdeaVim plugins | |
| set NERDTree | |
| set surround |
| ; Add a shortcut of this file here: | |
| ; %appdata%\Microsoft\Windows\Start Menu\Programs\Startup | |
| ; Ctrl+Win+h, go to left virtual desktop | |
| ^#h:: | |
| Send ^#{left} | |
| Return | |
| ; Ctrl+Win+l, go to right virtual desktop | |
| ^#l:: | |
| Send ^#{right} |
| set clipboard=unnamed | |
| set multiple-cursors | |
| set ignorecase | |
| set smartcase | |
| " easy window navigation | |
| nnoremap <c-l> <c-w>l | |
| nnoremap <c-j> <c-w>j | |
| nnoremap <c-h> <c-w>h | |
| nnoremap <c-k> <c-w>k |
| #!/usr/bin/env node | |
| const requestPromise = require('request-promise-native') | |
| const notifier = require('node-notifier') | |
| const path = require('path') | |
| async function searchStockLaptop ({name, url, search, shouldFind = true}) { | |
| const pageBody = await requestPromise(url) | |
| const isSearchFound = pageBody.indexOf(search) !== -1 | |
| if (isSearchFound === shouldFind) { |