This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Embedding Figma frames | |
| Shop | |
| click Tickets -> Tickets | |
| Tickets | |
| click Shop -> Shop | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| iPhone 5 iOS 10 | |
| Screen Off | |
| home button -> Notifications | |
| top button -> Notifications | |
| Locked | |
| top button -> Screen Off | |
| Notifications |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module Saucelabs | |
| SAUCE_USERNAME = '' | |
| SAUCE_TOKEN = '' | |
| def self.setup_saucelabs_connection!(driver=nil) | |
| WebMock.allow_net_connect! | |
| driver ||= { | |
| capability: :chrome, | |
| platform: 'Windows 8', | |
| version: '', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (ns termite.core | |
| (:refer-clojure :exclude [==]) | |
| (:use [clojure.core.logic])) | |
| (defn- meta-guard [key] | |
| #(do | |
| (println % ":\t" (meta %)) | |
| (-> % meta key (= true)))) | |
| ;;remove anything that has {:clj true} metadata, including on var declarations. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Things I don't particularly like about Devin Chalmers: | |
| 1. He doesn't write any tests before implementing John Conway's Game of Life. | |
| 2. He asks for whiskey with lots of different, non-whiskey things mixed in. | |
| 3. He put a second top tube on his bicycle and then stopped riding it. | |
| 4. Looks better in a pair of brass goggles than I do. |