Naftoli Gugenheim

Results 588 comments of Naftoli Gugenheim

This is really unfortunate. I'm practically done migrating Slick to Paradox because in order to support Scala 3 we need to drop 2.12 but then we can't run Ornate. But...

Why precisely does F need Applicative? If it intrinsically only makes sense if it is then you have to have some applicative to talk about. Why can't that be cats...

Wouldn't a more natural location be under `project/`, alongside `build.properties`?

@eed3si9n that's refuted by `build.properties` and `*.scala` in `project/`

Ok I misunderstood what you mean by meta build, I thought you meant like `project/*.sbt`. I guess you would call that the meta-meta-build, and "build" would be `./*.scala` (and `src/main/scala`...

Why not look at the whole build (all subprojects) together? For instance what if two subprojects both have a dependency, and one depends on the other -- the dependency in...

I think the best solution is that sbt should be lazy in creating `target`. I think it's beneficial to be allowed to run sbt anywhere. You don't _need_ any sbt...

I think there should be a few: * A standalone web (frontend only) project. (Could be a few flavors of development loop, IMO ideal would be scalajs-bundler updated to support...