I hereby claim:
- I am nagyman on github.
- I am nagyman (https://keybase.io/nagyman) on keybase.
- I have a public key ASD0s6T8yscXHLdt7SSC1rtZTtkP9D6FitSlpwZqITNNtwo
To claim this, I am signing this object:
| { | |
| "type": "CHECKIN", | |
| "name": "Arrival Flight Details", // client facing name | |
| "code": "ARRIVAL_FLIGHT_DETAILS", | |
| "message": "Arrival flight number, date, and time are required for this product.", // this is really a developer message | |
| "internal": false, | |
| "details": [ | |
| { | |
| "body": "We're missing your flight number", // might be null, so what do we do here? | |
| "detail_type": { |
| import csv | |
| import json | |
| from collections import defaultdict | |
| with open('trello_export.json', "r") as f: | |
| json_data = f.read() | |
| data = json.loads(json_data) | |
| cards = data['cards'] | |
| actions = data['actions'] |
| # Change the bindings prefix from Control+b to Control+a | |
| set -g prefix C-a | |
| # Press the binding twice to toggle between windows | |
| bind-key C-a last-window | |
| # Helpful for nested tmux sessions | |
| bind-key a send-prefix | |
| # Press C-a Escape to enter copy mode |
I hereby claim:
To claim this, I am signing this object: