Zoltan Balazs

Results 5 comments of Zoltan Balazs

@hvesalai Regarding the ease of customization by extending profiles: I have one table that has three temporal columns: * `update_time INT` that I use to store epoch seconds because I...

I believe this is also a problem in Slick, not solely an SBT issue, in a way that Slick currently does not make interactive use of `sbt test` possible with...

@raboof My understanding is that Pub/Sub API calls do need authentication, no matter what. The `callCredentials` configuration is deprecated because it used to only support reading the default credentials [see...

With Scala 2.13.2's [configurable warnings](https://github.com/scala/scala/pull/8373) you can suppress all warnings like this: ```scala scalacOptions += s"-Wconf:src=${target.value}/.*:s" ```

Any chance for this or https://github.com/cloudinary/cloudinary_scala/pull/27 getting merged any time soon? Cloudinary is the last thing that prevents my org from switching to 2.12. Thanks so much!