-
ScalaTags is an excellent high performance HTTP templating library in Scala (https://github.com/lihaoyi/scalatags) that works both in Scala.js and Scala JVM. It would be fantastic if we could provide …
-
Would be nice to be able to also use Scalatags: https://github.com/lihaoyi/scalatags also, or combine a site with both scalatags and templates, for those of use used to the React/Widok style og mixing…
-
I'm using your example and I'm confused about Scalatags/ScalaJS. For the Play Twirl templates, I understand that I can trace them back to a call to something like:
`Ok(views.html.index(SharedMessages…
-
When using Mill as a build server the response to `buildTarget/sources` doesn't correctly mark generated sources as such. For example when using build info you'll notice that `generated` is `false`. Y…
-
Seems like scalatags only supports the immutable Seq `scala.collection.immutable.Seq` rather than the generic `scala.collection.Seq` - just wondering if this was by design or by oversight.
-
https://github.com/lihaoyi/scalatags
-
There is a Scala 3 version available for scalacss "core".
See [here](https://mvnrepository.com/artifact/com.github.japgolly.scalacss/core_3/1.0.0).
but for "ext-scalatags", there is only: [this sc…
-
I think it would be helpful if README contains how to contribute section, especially how to compile and test using `mvnw`, since I am familiar with sbt but not familiar with Maven/Maven Wrapper.
Wh…
-
Let users select 3 blog posts to show on their profile page, above their 3 most recent posts.
The UI could look a bit like github's for pinning repositories:
![image](https://github.com/user-att…
-
### Describe the bug
In a codebase I was just working on after adding a `scalafmt.conf` file Metals offered to update it for me. I said yes and this is what it gave me:
```
fileOverride {
"glo…