I hereby claim:
- I am dastels on github.
- I am dastels (https://keybase.io/dastels) on keybase.
- I have a public key whose fingerprint is 2A20 D7F0 8D3D 22A6 524D 38D2 5002 6809 F52D 2A21
To claim this, I am signing this object:
| describe "Fiddled with Bacon" do | |
| it "supports expect" do | |
| expect(2 + 3).to == 5 | |
| end | |
| end | |
| Fiddled with Bacon | |
| - supports expect |
I hereby claim:
To claim this, I am signing this object:
| def start | |
| (0...15).each do |start_position| | |
| return true if search(@query, | |
| integer_to_yx(start_position), | |
| [integer_to_yx(start_position)]) | |
| end | |
| false | |
| end | |
| (describe frame-syntax | |
| (check '{a: 1} '(make-frame a: 1))) | |
| (describe frame-rendering | |
| (check (str (make-frame a: 1)) "{a: 1}")) | |
| (describe naked-symbols | |
| (check a: 'a:)) | |
| (describe frame-access |
| (let ((balance 0) | |
| (root (tap (UIView.) | |
| (.frame= (list '(0 0) | |
| (list (-> *device* .screen .width) | |
| (-> *device* .screen .height)))) | |
| (.backgroundColor= (UIColor/whiteColor)))) | |
| (balance-label (tap (UILabel.) | |
| (.frame= '((10 10) (80 75))) | |
| (.text= "Balance"))) |
| (let ((w (.window *app*)) | |
| (root (.init (UIView.))) | |
| (input (.init (UITextField.))) | |
| (output (.init (UITextField.))) | |
| (convert-f-c (UIButton/buttonWithType: UIButtonTypeSystem)) | |
| (convert-c-f (UIButton/buttonWithType: UIButtonTypeSystem)) | |
| (close (UIButton/buttonWithType: UIButtonTypeSystem))) | |
| (.frame= root '((10 200) (220 200))) | |
| (.backgroundColor= root (UIColor/lightGrayColor)) |
| (let ((w (.window *app*)) | |
| (root (.init (UIView.))) | |
| (input (.init (UITextField.))) | |
| (output (.init (UITextField.))) | |
| (convert-f-c (UIButton/buttonWithType: UIButtonTypeSystem)) | |
| (convert-c-f (UIButton/buttonWithType: UIButtonTypeSystem)) | |
| (close (UIButton/buttonWithType: UIButtonTypeSystem))) | |
| (.frame= root '((10 200) (220 200))) | |
| (.backgroundColor= root (UIColor/lightGrayColor)) |
| (let ((w (.window *app*)) | |
| (root (.init (UIView.))) | |
| (input (.init (UITextField.))) | |
| (output (.init (UITextField.))) | |
| (convert-f-c (UIButton/buttonWithType: UIButtonTypeSystem)) | |
| (convert-c-f (UIButton/buttonWithType: UIButtonTypeSystem))) | |
| (.frame= root '((10 200) (300 300))) | |
| (.backgroundColor= root (UIColor/lightGrayColor)) |
| (let ((w (.window *app*)) | |
| (root (.init (UIView.))) | |
| (input (.init (UITextField.))) | |
| (output (.init (UITextField.))) | |
| (convert-f-c (UIButton/buttonWithType: UIButtonTypeSystem)) | |
| (convert-c-f (UIButton/buttonWithType: UIButtonTypeSystem))) | |
| (.frame= root '((10 200) (300 300))) | |
| (.backgroundColor= root (UIColor/lightGrayColor)) |