-
we might want to check out sbt's test framework api
@sjrd also points to https://github.com/gtache/scalajs-gradle/tree/master/scalajs-plugin/src/main/scala/com/github/gtache/testing
cvogt updated
7 years ago
-
With the following configuration:
```
zonesFilter := { (zone: String) => zone == "America/Vancouver" || zone == "UTC" || zone == "GMT" },
dbVersion := TzdbPlugin.Version("2021e"),
tzdb…
-
### Play Version (2.5.x / etc)
2.5.8
### API (Scala / Java / Neither / Both)
Scala.
### Operating System (Ubuntu 15.10 / MacOS 10.10 / Windows 10)
Windows 10.
### JDK (Oracle 1.8.0_7…
-
Currently not working out of the box.
scala> import upickle._
import upickle._
scala> write(1 :Int)
java.lang.ClassCastException: java.lang.Double cannot be cast to scala.scalajs.js.Any
at upickle…
-
Follow-up from https://github.com/scala-js/scala-js-cli/pull/35#issuecomment-949943345
gzm0 updated
7 months ago
-
Hi 👋!
I would like to contribute, adding some codecs for the Native and JS platforms. For example, the `bytea` type can also be converted to JS `UInt8Array`.
I just have one question regarding t…
-
I have a repo https://github.com/kcrypt/scala-sha where `scala-steward` doesn't feel that Scala-Native need to be updated.
Probably because it's a formatting which was bit wired:
```scala
val sca…
-
I am using this plugin with my scalajs project with the following build file:
```
// Apply the scala plugin to add support for Scala
apply plugin: 'scalajs-plugin'
archivesBaseName='frontend'
…
-
`Hooks.useState` is returning a new `SetStateHookCallback` instance each time which causes comparison problems.
In vanilla React ([sandbox](https://codesandbox.io/s/upbeat-stallman-74gq8?file=/src/…
-
This occurs when I add a bit of custom code to the plain scalajs example. See also the [issue for sbt](https://github.com/scala-js/scala-js/issues/2576).
I assume this indicates the plugin needs to…