Results 94 comments of Justin Long

Correction on the last comment: that's a bug. I recommended opening an easy PR to fix it.

App Store doesn't seem to update the client in a timely manner. An admin feature (and/or a feature built in to the client) would make more sense to prompt/force the...

What's different on your local branch? I've tried to run your `nvidia-gpu` branch locally but I'm having some dependency issues. All `blockingAwait` methods appear to be unresolved, making me think...

Can you quickly give me the command you are using to run the program? I cannot access the class from SBT console On Mon, Apr 2, 2018 at 5:52 PM...

Excuse my ignorance, all I'm getting is a packaged jar and there's no main class when I try to run it. `/home/justin/Projects/Compute.scala/benchmarks/target/scala-2.12/benchmarks_2.12-0.3.2-SNAPSHOT-jmh.jar` On Mon, Apr 2, 2018 at 6:12 PM...

I've also tried with no success: `java -cp /home/justin/Projects/Compute.scala/benchmarks/target/scala-2.12/benchmarks_2.12-0.3.2-SNAPSHOT-jmh.jar com.thoughtworks.compute.benchmarks` On Mon, Apr 2, 2018 at 7:09 PM 杨博 (Yang Bo) wrote: > 2018-04-03 5:13 GMT+08:00 Justin Long : >...

> Imagine you do some reading of documentation Burden of reproducibility falls on you. The command you gave me is `sbt 'benchmarks/Jmh/bgRun Issue137'`. I ran that command exactly. The output...

Okay after reviewing the source code, it does indeed look like there is a `close()` method being called on this line: https://github.com/scalaj/scalaj-http/blob/master/src/main/scala/scalaj/http/Http.scala#L394 Am I misunderstanding `HttpUrlConnection` or does `close` actually...

Hey thanks for following up! Had prioritize something but I'll try connection close again tomorrow and let you know. Thanks for checking in On Tue, Mar 1, 2016 at 7:46...

After coordinating with a couple people on this one, it appears that there's an underlying issue that I'm hoping may be addressable within the current version of scalaj. Because the...