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...
| [user] | |
| # name = Your Name | |
| # email = [email protected] | |
| [branch] | |
| sort = -committerdate | |
| [init] | |
| defaultBranch = main | |
| autoSetupRemote = true | |
| [core] |
| root = true | |
| [*] | |
| indent_style = space | |
| indent_size = 2 | |
| charset = utf-8 | |
| trim_trailing_whitespace = false | |
| insert_final_newline = true | |
| end_of_line = lf | |
| # editorconfig-tools is unable to ignore longs strings or urls |
| #!/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:" |
| {"lastUpload":"2020-01-07T07:49:12.444Z","extensionVersion":"v3.4.3"} |
| /<!--\_.\{-}-->/ |
| <keymap> | |
| <FullscreenVideo> | |
| <keyboard> | |
| <u>ActivateWindow(SubtitleSearch)</u> | |
| </keyboard> | |
| </FullscreenVideo> | |
| </keymap> |
| 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` |
| [init] | |
| # defaultBranch = main | |
| [core] | |
| editor = vim | |
| # editor = code --wait | |
| pager = less -F -X | |
| [push] | |
| default = simple | |
| [pull] | |
| # rebase = true |