Ben Fradet
Ben Fradet
I have the following hierarchy: ```scala sealed trait SomeType case object Type1 extends SomeType case object Type2 extends SomeType case class MyConfig(t: SomeType) ``` and the following config: ```json t:...
### Issue # (if applicable) ### Reason for this change This is to bring parity with #10741, we need the cluster arn to enable data api manually waiting for #28574....
It seems there is an issue in travis for builds in #51 https://travis-ci.org/BenFradet/struct-type-encoder/builds/579154896?utm_source=github_status&utm_medium=notification
https://github.com/fthomas/scala-steward/#wanna-have-a-badge-
- not supported by Spark: ```scala sealed trait A final case class B(b: Int) extends A final case class C(c: String) extends A spark.createDataset(Seq(B(1), C("c"))) // java.lang.NoClassDefFoundError: no Java class...
As discussed in #324 storehaus-mongo should move to [reactive mongo](http://reactivemongo.org/).
This issue is meant to keep track of internally-created `FuturePool`s which should be left to create to the user and be passed implicitly. So far, we've identified: - [storehaus-elastic](https://github.com/twitter/storehaus/blob/develop/storehaus-elasticsearch/src/main/scala/com/twitter/storehaus/elasticsearch/ElasticSearchStringStore.scala#L44) -...
Since Finagle is moving away from exposing netty's `ChannelBuffer` in their API in favor of twitter util's `Buf`, I think we should too. From the recent commits, I think the...