-
I have two frameworks that are set up for scalajs mode: u-test and scalatest. Scalatest 3.0.0-M1 works well for JVM but breaks u-test on ScalaJS After removing scalatest from scalajs % "test" dependen…
-
In one of our projects at work we have a case where `run` command takes ~4 minutes (this is even when the project is fully compiled, i.e. using `run` on the fully compiled project which skips `fastOpt…
-
I set up a minimal project (https://github.com/woost/wust2/tree/scalajs-bundler-test-fullopt-bug):
```bash
git clone https://github.com/woost/wust2 -b scalajs-bundler-test-fullopt-bug --depth=1
cd …
-
I switched to use [esbuild](https://github.com/evanw/esbuild), an extremely fast JS bundler, instead of `webpack` recently on our big scala.js repo at work. The result is quite impressive, there are p…
-
I can't find any reason why Stewart could try to update `scala-java-time` as being the `scalajs-dom`.
In this PR https://github.com/FabioPinheiro/scala-did/pull/177 title `Update scalajs-dom_sjs1_3 t…
-
Using `sun.misc.{Signal, SignalHandler}`, add a signal hander for `SIGUSR1` that dumps the current fiber stack to stderr.
Those classes will work for the JVM, but not for ScalaJS. Something equival…
-
build.sbt
```
resolvers += Resolver.sonatypeRepo("releases")
libraryDependencies += "io.scalajs.npm" %%% "mongoose" % "4.8.1-2"
```
Error:
[info] Resolving io.scalajs.npm#mongoose_sjs0.6_2.1…
-
When I try to update from 0.14.0 to 0.16.0, I get the following error:
> /mnt/c/Users/Tobias Roland/IdeaProjects/mockingbot/build.sbt:1:
> error: not found: value scalaJSModuleKind
> scalaJS…
-
I didn't find any other place where to leave comments to you so I made an issue about my proposal.
Proposal 1: Add https://github.com/Karasiq/scalajs-bootstrap scalajs-bootstrap library to available …
-
- [x] I've read the [CONTRIBUTING](https://github.com/sbt/sbt/blob/1.x/CONTRIBUTING.md) guidelines
## steps
**project/plugins.sbt**
```scala
addSbtPlugin("ch.epfl.scala" % "sbt-web-scalajs-bun…