Highly extensible software like Emacs, Vim, and Neovim tend to grow their own package managers. A software developer, for example, might want to install editor plugins that hook into a particular programming language's linter or language server. The programmer's text editor is therefore extended to support managing additional software to extend the text editor. If this loop continues for too long, the programmer's editor becomes more delicate and complex. The remedy for this problem is to manage software using dedicated tools apart
Discover gists
/* | |
Since late 2020, Netlify has put up a pay wall on its built-in Slack notifications for CI/CD. | |
This gist shows you a workaround using the still-free Netlify's deploy webhook that triggers a Netlify Function calling Slack Incoming Webhook. | |
Steps: | |
1. Deploy this Netlify Function | |
2. Have the corresponding link pasted into Netlify's deploy webhook, i.e. https://example.com/.netlify/functions/<your-function> | |
3. In next deploy, Netlify will trigger the deploy webhook, which in turn calls your Slack Incoming Webhook | |
*/ |
See how a minor change to your commit message style can make a difference.
Tip
Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
The syntax highlighting is implemented by zdharma/fast-syntax-highlighting. By using default
theme with any terminal emulator color scheme of gruvbox-material, you can get a gruvbox-material syntax highlighting theme of zsh.
The prompt theme is gruvbox-material version of pure power, it depends on romkatv/powerlevel10k.
1- Wear is connected with phone A (old phone or the same phone before a factory reset) so turn off Bluetooth on this phone.
2- enable developer mode on watch, manually go:
- settings > system > about and tap
build version
10 times
3- reset previously paired phone (phone A) then watch will restart:
adb shell "pm clear com.google.android.gms && reboot"
See https://community.volumio.com/t/guide-volumio-bluetooth-receiver/7859
Install dependencies:
sudo apt-get update
sudo apt-get install dh-autoreconf libasound2-dev libortp-dev pi-bluetooth
sudo apt-get install libusb-dev libglib2.0-dev libudev-dev libical-dev libreadline-dev libsbc1 libsbc-dev
Compile Bluez 5.51: