most of these require logout/restart to take effect
# Enable character repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false
# Set a shorter Delay until key repeatPer http://docs.ansible.com/ansible/playbooks_vault.html you can set an environment variable to use a password file for vault access. We can use this to create an environment variable to hold the password.
Copy vault-env from this project to ~/bin. Then add this to your ~/.bashrc:
export ANSIBLE_VAULT_PASSWORD_FILE=~/bin/vault-env| #ifndef __CGRECT_MACROS__ | |
| #define __CGRECT_MACROS__ | |
| #define CGRectX(rect) rect.origin.x | |
| #define CGRectY(rect) rect.origin.y | |
| #define CGRectWidth(rect) rect.size.width | |
| #define CGRectHeight(rect) rect.size.height | |
| #define CGRectSetSize(rect, w, h) CGRectMake(CGRectX(rect), CGRectY(rect), w, h) | |
| #define CGRectSetOrigin(rect, x, y) CGRectMake(x, y, CGRectWidth(rect), CGRectHeight(rect)) | |
| #define CGRectSetWidth(rect, w) CGRectSetSize(rect, w, CGRectHeight(rect)) |
| // | |
| // BindableStore.swift | |
| // SwiftUIExperiment | |
| // | |
| // Created by Michael Hurni on 06/06/2019. | |
| // Copyright © 2019 SwitchKit. All rights reserved. | |
| // | |
| import Combine | |
| import SwiftUI |
| version: '3' | |
| services: | |
| traefik: | |
| restart: unless-stopped | |
| image: traefik:v2.0.2 | |
| ports: | |
| - "80:80" | |
| - "443:443" | |
| labels: | |
| - "traefik.http.services.traefik.loadbalancer.server.port=8080" |