Jason Pickens
Jason Pickens
I have added a new `compileThenCheckStyle` task which does what it sounds like it does. There is also a `scalastyleCompileArgs` which is the input into the `scalastyle` task. Neither of...
Trailing commas lead to very confusing errors. Trailing commas were added in [SIP-27](https://docs.scala-lang.org/sips/completed/trailing-commas.html) (Scala 2.12.2). I don't actually use them intentionally but it can take a very long time to...
The code: ``` package tutorial.webapp import org.scalajs.dom import org.scalajs.dom.document import scalatags.JsDom.all._ object TutorialApp { def main(args: Array[String]): Unit = { appendPar(document.body, "Hello World") } def appendPar(targetNode: dom.Node, text: String): Unit...
I get a bunch of evicted warnings when using source code in my sbt projects. What is the versioning scheme? Is it possible to get it added to the pom...
License
Hi @xriley, Thank you so much for making these templates! They are beautiful. I did have one question about the license. In the HTML it says "Creative Commons Attribution 3.0...
I have a strange problem when using `context-applied` with [Slinky](https://slinky.dev/). Given the following: `client/src/main/Foo.scala`: ```scala import slinky.core.FunctionalComponent import slinky.core.annotations.react trait Bar[A] { def bar: A } object Bar { implicit...
This PR contains a: - [x] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [ ]...
This PR contains a: - [ ] **bugfix** - [x] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [ ]...
This PR contains a: - [x] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [ ]...
- Operating System: macOS Big Sur 11.1 - Node Version: v14.15.2 - NPM Version: 6.14.9 - webpack Version: 4.46.0 - @webpack-contrib/defaults Version: 6.3.0 ### Expected Behavior `npm run defaults` succeeds....