yarn add trumbowyg
import 'trumbowyg/dist/trumbowyg.min.js';
import 'trumbowyg/dist/ui/trumbowyg.min.css';
import icons from 'trumbowyg/dist/ui/icons.svg';
| =CONCAT(INT(RAND()*10), CHAR(48+RAND()*10), INT(RAND()*10),CHAR(65+RAND()*26),INT(RAND()*1000),CHAR(97+RAND()*26),INT(RAND()*1000)) |
| [ | |
| { | |
| "province": "1", | |
| "name": "Sagarmatha", | |
| "districts": [ | |
| "Bhojpur", | |
| "Dhankuta", | |
| "Ilam", | |
| "Jhapa", | |
| "Khotang", |
| import requests | |
| import hashlib | |
| import hmac | |
| import base64 | |
| import json | |
| from django.conf import settings | |
| def base64(st): | |
| return base64.b64encode(st.encode('utf-8')).decode('utf-8') |
One of the common errors after running updates on your Arch Linux system:
error: key "..." could not be imported
error: required key missing from keyring
error: failed to commit transaction (unexpected error)
Errors occurred, no packages were upgraded.
Fix:
Issue
~/p/pdf-sum ❯❯❯ gca
Committing all files (9)
git_commit_prompt:vared:8: ZLE not enabled
Aborting commit due to empty commit message.
Fix
| #!/bin/bash | |
| rm -rf ~/.local/share/gnome-shell/extensions/clipboard-indicator@tudmotu.com | |
| git clone https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator.git ~/.local/share/gnome-shell/extensions/clipboard-indicator@tudmotu.com | |
| gnome-extensions enable clipboard-indicator@tudmotu.com |
| # sudo without password | |
| echo "$(whoami) ALL=(ALL) NOPASSWD:ALL" | sudo tee /etc/sudoers.d/100-$(whoami) && sudo chmod 0440 /etc/sudoers.d/100-$(whoami) | |
| # Add essential packages | |
| sudo pacman -S yay vim meson jq | |
| sudo pamac install base-devel | |
| # Add ddterm | |
| sudo tee -a /etc/pacman.conf <<EOF |
| sudo pacman -S meson jq | |
| git clone https://github.com/ubuntu/gnome-shell-extension-appindicator.git | |
| meson gnome-shell-extension-appindicator /tmp/g-s-appindicators-build | |
| ninja -C /tmp/g-s-appindicators-build install | |
| gnome-extensions enable appindicatorsupport@rgcjonas.gmail.com |