Bijan Chokoufe Nejad
Bijan Chokoufe Nejad
As of `v4` of the draft, there is no direct possibility to use `allOf` in combination with `"additionalProperties" = false`, see [here](http://stackoverflow.com/a/23001194/2248964). Currently one has to duplicate the properties with...
When I just add the plugin and type `dock` and `TAB`, I get ``` java.lang.RuntimeException: ./ ./ dockerComposeIgnore is undefined. at scala.sys.package$.error(package.scala:27) at sbt.Extracted.$anonfun$getOrError$1(Extracted.scala:119) at scala.Option.getOrElse(Option.scala:121) at sbt.Extracted.getOrError(Extracted.scala:119) at sbt.Extracted.getOrError(Extracted.scala:124)...
First of all: Epic Tool you made here and I hope you haven't abandoned it ;). The only problem that I encountered is that setting ``` set -g base-index 1...
When I try to compile, I get linker errors like this ``` [error] Referring to non-existent method japgolly.scalajs.react.component.Js$.apply(scala.scalajs.js.Any,japgolly.scalajs.react.CtorType$Summoner)japgolly.scalajs.react.component.JsBaseComponentTemplate$ComponentWithRoot [error] called from chandu0101.scalajs.react.components.elementalui.Table.apply(scala.collection.Seq)japgolly.scalajs.react.component.Js$UnmountedWithRoot ``` by using ``` import chandu0101.scalajs.react.components.elementalui._ Table()(), ```...
The case class ``` case class Dropdown(alignRight: js.UndefOr[Boolean] = js.undefined, buttonHasDisclosureArrow: js.UndefOr[Boolean] = js.undefined, buttonLabel: js.UndefOr[String] = js.undefined, buttonType: js.UndefOr[ButtonType] = js.undefined, className: js.UndefOr[String] = js.undefined, isOpen: js.UndefOr[Boolean] = js.undefined,...