Gilad Hoch

Results 14 comments of Gilad Hoch

@joescii if I understand you correctly, you don't need this (excelent) plugin. e.g. use `fullClasspath`. a hacky solution to what you want can be: ``` sh sbt "show fullClasspath" |...

np. also, if you realy want just the 3rd party dependencies, you can use `dependencyClasspath` instead of `fullClasspath`

@jrudolph take a look at @ashwanthkumar fork. I think he already did that: https://github.com/ashwanthkumar/sbt-dependency-graph

I think it is also the case for regular `unapply`. In my example, I was dealing with a Json AST, (`sealed trait Json`), and had several cases where the treatment...

@gabfssilva Have you seen [PartitionWith](https://github.com/akka/akka-stream-contrib/blob/master/src/main/scala/akka/stream/contrib/PartitionWith.scala)?

> thanks for reviewing the change. > > i'll give it a try next week @wing328 I've been following up on this for a while now. Can I ask where...

/attempt #2652 Options Cancel my attempt Issue has been duplicated by #2933 and has already been fixed in #2935 The opened PR ( #3004 ) simply adds a test with...

> If I see that correctly in the BNF a version parameter like e.g. `0.0.4` is in fact not valid (but possibly accepted by many implementations?) as that contains char...

Would'nt a custom provider is all you need to support any kind of torrents?