workbench icon indicating copy to clipboard operation
workbench copied to clipboard

Tooling around scala-js

Results 12 workbench issues
Sort by recently updated
recently updated
newest added

Based on earlier work by @zikolach and @mgilbertnz in #49 and #51.

Hello, it looks that the current build of Workbench is incompatible with Scala.js 1.0.0, do you have any plans to add support for this upcoming major version? ``` [error] java.lang.NoClassDefFoundError:...

This PR builds upon and includes commits in PR #49 by zikolach I've been using this with Play 2.7.0 and these updates now solve akka version conflicts with 2.7.0. I've...

I've just upgraded from Play 2.6.20 to Play 2.7.0 and have noticed an incompatible version of Akka when running `startWorkbenchServer`. ``` sbt:admin> startWorkbenchServer Detected java.lang.NoSuchMethodError error, which MAY be caused...

- scalajs - akka - sbt - scala

I'm running ```bash $ sbt ~fastOptJS ``` and point my browser at http://localhost:12345/index-dev.html. When I change some code and fastOptJS triggers but gives an compile-error, my browser is refreshing anyways...

I would like to ask some questions about this project which do not belong in an issue. Would it be possible to have a gitter channel for this project for...

Would you please update the [example app](https://github.com/lihaoyi/workbench-example-app) to latest versions ? It is really outdated now. I tried to do it myself but I'm still too much a newbie in...

When developing react apps, I've been using webpack proxy to forward `/api/*` to e.g. `localhost:9000/api/*` for speedy development of single page web apps. Correct me if I'm wrong, but I...

The line `override def requires = WorkbenchPlugin` causes the 'refresh' plugin to load. It should be `override def requires = WorkbenchBasePlugin`. ``` scalaVersion in ThisBuild := "2.12.4" val client =...