When making this website, i wanted a simple, reasonable way to make it look good on most displays. Not counting any minimization techniques, the following 58 bytes worked well for me:
main {
max-width: 38rem;
padding: 2rem;
margin: auto;
}| .builder\(\)(\n(.*)\((.*)\))+.build\(\) | |
| \s\.(.*?)\((.*)\) | |
| build()) | |
| -> | |
| ) | |
| BaseInterval\.builder\(\) |
| #!/bin/sh | |
| read oldrev newrev refname | |
| branch=$(git rev-parse --symbolic --abbrev-ref $refname) | |
| echo "branch is $branch" | |
| echo "oldrev is $oldrev and newrev is $newrev" | |
| if [[ $branch =~ feature-.+ ]]; then | |
| PWD=$(pwd) | |
| WORKTREE=/Workdir/${PWD##*/} |