Andreas Jim-Hartmann
Andreas Jim-Hartmann
Environment: - Mac OS X 10.11.3 (El Capitan) - Homebrew 0.9.5 - rvm 1.26.11 (same problem occurs with rbenv) - Bundler 1.11.2 Gemfile (excerpt): ``` source 'https://rubygems.org' require 'bundler/bower' asset...
Example: ~~~Scala import scalatags.JsDom.all._ import scalatags.JsDom.svgAttrs._ import scalatags.JsDom.svgTags._ text( y := 20, children.toList.map(ChildView.render) ) ~~~ Error: ~~~ [error] found : List[scalatags.JsDom.TypedTag[org.scalajs.dom.svg.TSpan]] [error] (which expands to) List[scalatags.JsDom.TypedTag[org.scalajs.dom.raw.SVGTSpanElement]] [error] required: scalatags.JsDom.Modifier [error]...
Update to Liquibase 3.3.0 Support for the following settings: - liquibaseChangelogCatalog - liquibaseChangelogSchemaName - liquibaseDefaultCatalog - liquibaseDefaultSchemaName
## 🚀 Feature request ### Current Behavior `Errors` and `Context` are typed as `Array`: ```typescript export interface Context extends ReadonlyArray {} export interface Errors extends Array {} export type Validation...
Update to - Scala 2.10.4 (crossScalaVersions "2.10.1", "2.10.2", "2.10.3", "2.10.4", maybe this can be reduced) - sbt 0.13.5 - xsbt-web-plugin 1.0.0-M6
### Reproduction link [](https://codesandbox.io/p/sandbox/hidden-wind-89wpc9) ### Steps to reproduce - Open the code example, wait until the error occurs. - The attribues "ellipsis" and "copyable" have to be set....