-
Many case classes are shared between Scala JVM and JS. Absence of has-id trait implementation blocks case class reuse.
-
This may force a logging model into scalajs that is not so common. Can this be factored out? I asked over on the gitter channel whether there is a way to handle this without switching logging librarie…
-
scalajs-react [1.0.0](https://github.com/japgolly/scalajs-react/blob/master/doc/changelog/1.0.0.md) is just around the corner. Are there any plans to upgrade this tutorial to such release?
mardo updated
7 years ago
-
I've installed sbt 1.6.1 in a system:
```
sbt --version
1.6.1
```
when I've tried to start vite dev server on
[scalajs-sbt-vite-laminar-chartjs-example](https://github.com/sjrd/scalajs-sbt-…
-
I get this warning during import of the sbt files:
```
3:10:19 PM SBT project import
The following source roots are outside of the corresponding base directories:
/Users/reidspencer/Code/e…
-
With the following configuration:
```
zonesFilter := { (zone: String) => zone == "America/Vancouver" || zone == "UTC" || zone == "GMT" },
dbVersion := TzdbPlugin.Version("2021e"),
tzdb…
-
# I've got Scala.js working in the play project but when I try to add xored scalajs react, I'm getting these errors:
rg.scalajs.core.tools.classpath.JSLibResolveException: Some references to JS libra…
-
Hi,
Love the motivation behind this project! Scalajs code is sooo much more beautiful when you get `case classes`.
That said, I just heard about this and prior I've been using Circe and Slinky f…
-
(accidentally filed first at https://github.com/scala/bug/issues/12521)
## Compiler version
3.0.2 and 3.1.0 (it works in 2.13.7)
## Minimized code
(SBT / REPL session with `-Xprint:typ…
-
The docs seem to take many shots at React.js. While it's great that Binding.Scala is offering improvements over React, this creates an adversarial impression. Also, React isn't the only player out the…
vivri updated
6 years ago