Raul Bache

Results 9 comments of Raul Bache

* The flag for "install" is "-s", "FA81Y1A02186" * I want to bring FA81Y1A02186 to the subcommand "install"'s prediction function. Hope it clarifies a bit, can share a snippet otherwise.

Check this branch https://github.com/Arneball/adb_bash_completions/tree/posener COMP_LINE="adb -s 192.168.1.64 uninstall " go run .

https://github.com/Arneball/complete/commit/a6a001178d79f5ec7c2d977de90ca6cf52923250 Could this be something?

I don't think we have a mutual understanding :D ```shell $ birdfeeder -type scavanger feed [cursor] ``` ```go func getFood(a Args) []string { // Completion command for different food. Having...

Mine looks like this http://pastebin.com/sZwLHX1G

I've improved the example at https://github.com/Arneball/ScalaInstallerExample. I've included akka and made it work with proguard. consecutive assembleDebug takes less than 20 seconds, given that libraries are predexed. Excellent gradle plugin....

Check pull request 2014-11-30 19:50 GMT+01:00 Felix Ableitner [email protected]: > @Arneball https://github.com/Arneball I tried to apply your example to > my project, but I couldn't quite figure out what I...

I don't know whats happening here. When i do a build i get a shortlived process like this ``` /Library/Java/JavaVirtualMachines/jdk1.8.0_11.jdk/Contents/Home/bin/java -Dfile.encoding=UTF-8 -Duser.country=SE -Duser.language=sv -Duser.variant -cp /Users/arneball/.gradle/wrapper/dists/gradle-2.2-all/1vevkra640w3rb9hkuw50q5we/gradle-2.2/lib/gradle-base-services-2.2.jar:/Users/arneball/.gradle/wrapper/dists/gradle-2.2-all/1vevkra640w3rb9hkuw50q5we/gradle-2.2/lib/gradle-core-2.2.jar:/Users/arneball/.gradle/wrapper/dists/gradle-2.2-all/1vevkra640w3rb9hkuw50q5we/gradle-2.2/lib/gradle-cli-2.2.jar:/Users/arneball/.gradle/wrapper/dists/gradle-2.2-all/1vevkra640w3rb9hkuw50q5we/gradle-2.2/lib/gradle-native-2.2.jar:/Users/arneball/.gradle/wrapper/dists/gradle-2.2-all/1vevkra640w3rb9hkuw50q5we/gradle-2.2/lib/gradle-messaging-2.2.jar:/Users/arneball/.gradle/wrapper/dists/gradle-2.2-all/1vevkra640w3rb9hkuw50q5we/gradle-2.2/lib/slf4j-api-1.7.7.jar:/Users/arneball/.gradle/wrapper/dists/gradle-2.2-all/1vevkra640w3rb9hkuw50q5we/gradle-2.2/lib/logback-classic-1.0.13.jar:/Users/arneball/.gradle/wrapper/dists/gradle-2.2-all/1vevkra640w3rb9hkuw50q5we/gradle-2.2/lib/logback-core-1.0.13.jar:/Users/arneball/.gradle/wrapper/dists/gradle-2.2-all/1vevkra640w3rb9hkuw50q5we/gradle-2.2/lib/jul-to-slf4j-1.7.7.jar:/Users/arneball/.gradle/wrapper/dists/gradle-2.2-all/1vevkra640w3rb9hkuw50q5we/gradle-2.2/lib/guava-jdk5-17.0.jar org.gradle.process.internal.launcher.GradleWorkerMain 'Gradle Compiler Daemon...