Yadu Krishnan
Yadu Krishnan
Your SBT blog is one of the easiest one I have read about sbt. I was having many confusions before, even though I have been working on scala for over...
@japgolly I came to know about this library and it is really awesome :) Thanks Regarding the hocon format, if I currently have a config format as: ``` database {...
I am getting the same error. I was previously getting AbstractMethodError as mentioned in https://github.com/tminglei/slick-pg/issues/387. But once I made it as trait + object, that error got resolved, but got...
@tminglei Sure, I will create a reproducable code and provide it.
@tminglei I am not able to reproduce in a new project. I think it is some slick version mismatch. Will try to upgrade the libraries in my application to latest...
I was also looking for the same. I was using h2 before, but since postgis is added recently, i had to discard h2. If postgis support can be added, then...
Yes, exactly. I use RESTClient a lot, but most of the times, i need to keep track of the body of the request. Currently, I started using Advanced Rest Client...
I have the same problem. I am using the JDK 11 and getting this error.  In JDK 17 it works fine, but since we are still on 11 in...
@holmsander For me the issue got resolved after upgrading scala-cli to 1.0.6. Did you try that?
> That looks super weird: > > ``` > Error occurred during initialization of VM > Option -XX:+UseZGC not supported > ``` > > looks like we still somehow pick...