I hereby claim:
- I am khernyo on github.
- I am khernyo (https://keybase.io/khernyo) on keybase.
- I have a public key whose fingerprint is 26AA 0B58 8553 8D3C 2AF4 9352 FC06 AB4D DE35 E681
To claim this, I am signing this object:
| import akka.actor.{ ActorSystem, Actor, ActorRef, Props } | |
| import akka.dispatch.Future | |
| import akka.pattern.ask | |
| import akka.util.duration._ | |
| import akka.util.Timeout | |
| import AkkaUtil.{ ResponseType, askT } | |
| object AkkaUtil { | |
| trait ResponseType[T, R] |
| // This hack works with com.android.tools.build:gradle:0.2, won't work in later version without modification | |
| apply plugin: 'android' | |
| targetCompatibility = 1.6 | |
| sourceCompatibility = 1.6 | |
| android { | |
| target = 'android-14' |
| #!/bin/bash | |
| set -e | |
| SCRIPT_DIR=$( cd "$( dirname "$0" )" && pwd ) | |
| # the location of a clean racket repo which will be copied to avoid "git clone"-ing | |
| REPO=$SCRIPT_DIR/../tools/racket | |
| PLATFORM=linux-x86_64 |
I hereby claim:
To claim this, I am signing this object: