hepek icon indicating copy to clipboard operation
hepek copied to clipboard

Typesafe HTML templates and static site generator in pure Scala

Results 26 hepek issues
Sort by recently updated
recently updated
newest added

Play now supports scala 3 so I should revert removing it..

Updates * [org.scala-lang:scala3-library](https://github.com/lampepfl/dotty) * [org.scala-lang:scala3-library_sjs1](https://github.com/lampepfl/dotty) from 3.1.0 to 3.1.3. [GitHub Release Notes](https://github.com/lampepfl/dotty/releases/tag/3.1.3) - [Version Diff](https://github.com/lampepfl/dotty/compare/3.1.0...3.1.3) - [Version Diff](https://github.com/lampepfl/dotty/compare/release-3.1.0...release-3.1.3) I'll automatically update this PR to resolve conflicts as long as you...

Updates * [org.scala-js:sbt-scalajs](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-library_2.13](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-test-bridge_2.13](https://github.com/scala-js/scala-js) from 1.7.1 to 1.10.1. [GitHub Release Notes](https://github.com/scala-js/scala-js/releases/tag/v1.10.1) - [Version Diff](https://github.com/scala-js/scala-js/compare/v1.7.1...v1.10.1) I'll automatically update this PR to resolve conflicts as long as you don't...

Updates [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.12.2 to 1.15.2. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

Updates [ba.sake:tupson](https://github.com/sake92/tupson) from 0.0.0+1-7647cbc0-SNAPSHOT to 0.1.5. [GitHub Release Notes](https://github.com/sake92/tupson/releases/tag/0.1.5) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip...

Updates [org.portable-scala:sbt-scalajs-crossproject](https://github.com/portable-scala/sbt-crossproject) from 1.1.0 to 1.2.0. [GitHub Release Notes](https://github.com/portable-scala/sbt-crossproject/releases/tag/v1.2.0) - [Version Diff](https://github.com/portable-scala/sbt-crossproject/compare/v1.1.0...v1.2.0) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

A **very cool** feature would be to have a macro that reads from `src/main/public` path and builds a tree of `Resource`s. E.g. if you have this tree: ```bash site ├───images...

enhancement

Updates com.lihaoyi:scalatags from 0.11.0 to 0.11.1. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

Updates [com.github.sbt:sbt-ci-release](https://github.com/sbt/sbt-ci-release) from 1.5.9 to 1.5.10. [GitHub Release Notes](https://github.com/sbt/sbt-ci-release/releases/tag/v1.5.10) - [Version Diff](https://github.com/sbt/sbt-ci-release/compare/v1.5.9...v1.5.10) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

We could get a performance benefit from not-loading all those prismjs mini scripts. Prismjs supports server-side rendering, see "Usage with Node" section: https://prismjs.com/ We could feed the code through Nashorn...

enhancement