Fork me on GitHub
#boot
<
2015-08-25
>
onetom06:08:49

@micha: the boot-hoplon 0.1.3 commit leads nowhere https://clojars.org/tailrecursion/boot-hoplon/versions/0.1.3 i guess u forgot to push it (and dont forget to tag it too)

helveticafire10:08:33

Do we have a name for people that use boot yet? booters || cobblers?

onetom11:08:34

why whats the name for ppl using lein?

micha11:08:19

fraulein?

helveticafire11:08:51

Anyone using s3-wagon-private and find that pulling a dependency from s3 is quite slow? boot -v Is showing that it is only transferring 1024 bytes at a time (example log shown below). Is there an option to increase this? I have been looking into this as the very slow download was happening... Path so far is to to to Enter into the world of java /confusion....... Example out put during the transfer, only oddity is the size value

Aether: {:type :progressed,
 :method :get,
 :transferred 57888392,
 :error nil,
 :data-buffer
 #object[java.nio.HeapByteBufferR 0x2dd6aafa "java.nio.HeapByteBufferR[pos=0 lim=1024 cap=1024]"],
 :data-length 1024,
 :resource
 {:repository "",
  :name
  "com/projectj/fy-core/0.0.1-SNAPSHOT/fy-core-0.0.1-20150821.140000-2.jar",
  :file
  #object[java.io.File 0xab11970 "/Users/benfitzgerald/.m2/repository/com/projectj/fy-core/0.0.1-SNAPSHOT/fy-core-0.0.1-20150821.140000-2.jar"],
  :size -1,
  :transfer-start-time 1440496629343,
  :trace
  #object[org.sonatype.aether.util.DefaultRequestTrace 0x236adf0c "com.projectj:fy-core:jar:0.0.1-20150821.140000-2 < [#object[org.sonatype.aether.repository.RemoteRepository 0x7b3c96a2 \"clojars (, releases+snapshots)\"] #object[org.sonatype.aether.repository.RemoteRepository 0x1c4b75 \"maven-central (, releases+snapshots)\"] #object[org.sonatype.aether.repository.RemoteRepository 0x78f69b1f \"releases (, releases+snapshots)\"] #object[org.sonatype.aether.repository.RemoteRepository 0x6351933d \" (, releases+snapshots)\"]]"]}}

crisptrutski14:08:08

@onetom: how about leindjägers?

crisptrutski14:08:31

probably less of them would be using it if they saw how the sausage was made 😉

onetom14:08:32

@helveticafire: but the transfer is okay if u use something like aws s3 cp ... from the very same machine?

onetom14:08:15

@crisptrutski: i didn't know that word myself, tho im hungarian so i might have seen it in tesco. "according to the internet" it's most common (or as they dub it: "correct") spelling of it is landjäger simple_smile

helveticafire14:08:30

@onetom Giving it a go now