Scripts that are not part of the CI are breaking again and again.
If there would only be an easy/not extreamly time-consuming way to make sure they are not broken...
[init] | |
# defaultBranch = main | |
[core] | |
editor = vim | |
# editor = code --wait | |
pager = less -F -X | |
[push] | |
default = simple | |
[pull] | |
# rebase = true |
Issue: After waking up from suspend, the system does not resume the previous state. | |
Hardware: Dell Vostro 5481 i5 8265U | |
OS: Ubuntu 18.04.1 | |
Solution: | |
from https://ubuntuforums.org/showthread.php?t=1556934 | |
1. create folder '/etc/grub' -- `sudo mkdir /etc/grub` |
<keymap> | |
<FullscreenVideo> | |
<keyboard> | |
<u>ActivateWindow(SubtitleSearch)</u> | |
</keyboard> | |
</FullscreenVideo> | |
</keymap> |
/<!--\_.\{-}-->/ |
{"lastUpload":"2020-01-07T07:49:12.444Z","extensionVersion":"v3.4.3"} |
#!/bin/sh | |
# meant to be used with husky: https://github.com/typicode/husky/blob/main/README.md | |
# tested on macos and ubuntu | |
. "$(dirname "$0")/_/husky.sh" | |
max_size=500000 | |
echo "committed files:" |