Naftoli Gugenheim
Naftoli Gugenheim
Random thought... maybe would be nice if in addition to Giter8 (templates for a new project) there were a scaffolding tool to add partial templates to existing projects. Not sure...
I understand that the scala.js developers don't want to get involved with web frameworks. On the other hand personally I have next to no use for a scala.js-only giter8 template....
I don't think there's any reason for documentation to be orthogonal (other than lack of time) or composable (how do you compose docs?) While docs in the Scala ecosystem are...
I think the only solution is to enable flyway on a different project. If you think about it, the real problem is that there's nothing stopping you from having a...
Wait what? All I said is that separate subprojects are demonstrably necessary to prevent a logical dependency cycle. That's what @stevewillcock said too, adding that you can also write a...
The cycle is that code migrations can depend on application code, but application code can depend on generated code, which depends on the database, which depends on migrations, which include...
I had a worse case of this: Input: ``` docker run -ti --rm -v ~/.ivy2:/root/.ivy2 -v ~/.sbt:/root/.sbt -v $PWD:/app -w /app mozilla/sbt sbt shell ``` Output: ``` version: '3.3' services:...
Hi, what's the status of this?
I'm all ears :). On Tue, Feb 28, 2017, 8:52 AM Joseph Frazier wrote: > Hi @nafg , I haven't done any more work on this. > If you or...
I can send a PR if I'm told how to do it