Henry Parker
Henry Parker
For others, a way to get around this problem is to add ```scala Compile / scalacOptions += "-Wconf:cat=unused&src=src_managed/.*:s", Compile / scalacOptions +="-Wconf:cat=deprecation&src=src_managed/.*:s" ``` to your build.sbt
`liftEitherT` and `liftOptionT` were added to typelevel/mouse in [this PR](https://github.com/typelevel/mouse/pull/260). `F[A].toRight[L]: EitherT[F, L, A]` and `F[A].toLeft[R]: EitherT[F, A, R]` were considered but ultimately pulled from the PR since concerns were...
+1 Just wanted to bump. This would still be a killer feature
> Issue is perfectly valid, but then the question is: what would be a reasonable behavior when terminal height is not large enough for the amount of services we want...
Update on our side: we created a [library for generating higher-kinded types from the scrooge output using scalafix](https://github.com/Dwolla/async-utils-twitter), and an [sbt plugin that does it under the hood](https://github.com/Dwolla/scrooge-importer). It's not...
I have run into this issue as well Edit: I have made a PR for a quick&dirty change that would fix this. I personally think this is a critical bug....
Associated to #221 and #231
I have the same problem
@Krever, I think the suggestions in that paper are pretty good, but the real draw of records for me at least, is polymorphic functions, and easily merging types and structures....