Tim Marcus Moore

Results 106 comments of Tim Marcus Moore
trafficstars

Is this still desirable with the new branch format? I'm thinking not.

Ref https://github.com/lagom/lagom-java.g8/issues/43

`lagomLogback` is added automatically by an sbt auto-plugin: https://github.com/lagom/lagom/blob/ea8b417e9b520a6f66370be87dd3cf9d17a4c6a0/dev/sbt-plugin/src/main/scala/com/lightbend/lagom/sbt/LagomPlugin.scala#L690-L699 Lagom provides a default `logback.xml` configuration inside the framework JARs, so it isn't strictly necessary to have one inside the project.....

@sepulrator can you send a pull request? Thanks!

The maven-compiler-plugin now requires Maven 3.6.3 or later, but we're still supporting back to 3.3.1. Maybe it's time to drop those versions anyway?

Would you be open to adding an option to stash unstaged files as well as partially-staged ones? I agree with @benwiley4000 that this current behaviour is inconvenient when running `tsc`...