James Phillips
James Phillips
Yep looks like they (akka) aren't going to fix the issue on their end.
I have created this issue https://github.com/lightbend/ssl-config/issues/353 in the hope that akka would consider upgrading to `ssl-config 0.4.4` with an upgraded `scala-parser-combinators` dependency. We will see
I find it very surprising. As far as I'm aware, our use-case is exactly the same as shapeless' `@@` tags, which boil down to an alias of `with`. I think...
Node 12 will be deprecated across all github actions next summer
Related issues: https://github.com/tminglei/slick-pg/issues/586 https://github.com/akka/akka/issues/31485 https://github.com/akka/akka/pull/31252
Just FYI I can choose to exclude the transitive dependency, and as long as I don't use any scala-uri cats functionality it should work
That makes sense. Using cats-parse makes sense too if it does what you need. If it's possible to shade the cats dependency that would be great. That would decouple you...
I found another manifestation of this bug. When your path-dependent type is "complex" (ie a case class, not a simple alias for string) your arguments **must** be specified in order...