Amund Murstad
Amund Murstad
Sorry, seems like my github notifications went to spam.. We did "fix" it for our use case some time ago. There was a config-error in our BlazeClient on our part....
(I don't know how familiar you are with these concepts, so I just made an explanation which might be too low/high level) In this code ```scala def get[T](url:String):Try[RPCResult[T]] =Try( val...
`NonEmpty{Set, Map, Chain}` don't work yet. They just don't match in `summon{Decoders, Encoders}Rec` with the current implementation, and fail. They are all NewTypes in cats so it feels like something...
It also changes the error message in #1980 to ```scala scala> import io.circe._ | import io.circe.generic.auto._ | | case class R1(int: Int, r: Seq[R1]) | case class R2(int: Int, r:...
I changed everywhere to import the object instead of the api value as a workaround. (`import PostgresProfile.PostgresAPI._` instead of `import PostgresProfile.api._`)
Okay so perhaps I can clarify further. I added the basics for running exactly the `LiquibasePreparerTest` already found in this repo from sbt here https://github.com/amumurst/embeddedpostgres-postgres-background-threads As you see sbt is...
Okay, so I attempted to do this with a hack (finding all threads containing `cluster` in the running JVM and interruputing them), but it does not remove the postgres processes....
z1 does not give a warning for me