scaladget icon indicating copy to clipboard operation
scaladget copied to clipboard

Scala lib for generating javascript widgets

Results 2 scaladget issues
Sort by recently updated
recently updated
newest added

This code should be sufficient to produce the error: ```scala import scaladget.tools._ "test".take(1) ``` ``` [error] found : path.type (with underlying type String) [error] required: ?{def takeRight(x$1: ? >: Int(10)):...

Using: > "fr.iscpif" %%% "scaladget" % "0.7.0" I want to obtain a DOM element as a result of D3 selection. For example, > d3.select("body").node() but the result is always null....