I hereby claim:
- I am fterrier on github.
- I am fterrier (https://keybase.io/fterrier) on keybase.
- I have a public key ASAs0BlOhIPheanobsWhZBDOroTCA5YRbqy0bQhR74wd4wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| (ns franz.test-case | |
| (:require [devcards.core :as dc :refer-macros [defcard defcard-om-next]] | |
| [om.dom :as dom] | |
| [om.next :as om :refer-macros [defui]])) | |
| (defui Comp1 | |
| static om/IQuery | |
| (query [this] | |
| '[:key1]) | |
| Object |
| // d: initial data | |
| // cs: success callback | |
| // cf: failure callback | |
| var flows = { | |
| 'get_likes': function(d, cs, cf) { | |
| likes_api | |
| .get_likes(d) | |
| .then(cs, cf); | |
| }, | |
| 'read_set_read_remove_read_likes': function(d, cs, cf) { |
| Macintosh-2:~ fterrier$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install $FORMULA 2>&1 | |
| This command requires a formula argument | |
| Macintosh-2:~ fterrier$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install octave 2>&1 | |
| Warning: Your Xcode (5.0) is outdated | |
| Please install Xcode 5.0.1. | |
| HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install $FORMULA 2>&1==> Using Homebrew-provided fortran compiler. | |
| This may be changed by setting the FC environment variable. | |
| ==> Downloading http://ftpmirror.gnu.org/octave/octave-3.6.4.tar.bz2 | |
| Already downloaded: /Library/Caches/Homebrew/octave-3.6.4.tar.bz2 | |
| tar xf /Library/Caches/Homebrew/octave-3.6.4.tar.bz2 |